-
securityF
license-
qualityA bridge between AI assistants like GitHub Copilot and Supabase databases, allowing AI to understand schema, assist with query writing, and provide context-aware suggestions related to your data model.
Last updated -
监视系统剪贴板的本地代理,将任何复制的图像上传到 Supabase Storage,然后将公共(或签名)URL 写回剪贴板。
pngpaste
( brew install pngpaste
).env.example
创建.env
文件:对于 macOS:
对于 Linux:
对于 Windows:
一旦安装并运行,该助手将:
剪贴板助手可以以两种模式运行:
这将使用 StdioServerTransport 运行 MCP 服务器,非常适合命令行使用。
这将在端口 3333(可配置)上运行一个 Express HTTP 服务器,并具有适当的 REST API 端点。
该助手公开以下 MCP 端点:
使用 HTTP 服务器模式:
请求正文:
回复:
该助手还提供一个 MCP 端点来手动触发旧文件的清理。
请求正文:
回复:
days
参数是可选的。如果未提供,则将使用RETENTION_DAYS
环境变量中的值。
pngpaste
:使用brew install pngpaste
安装麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
本地代理监视您的系统剪贴板,自动将复制的图像上传到 Supabase Storage,并用公共 URL 替换剪贴板内容以便立即共享。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/martinbowling/clipboard-to-supabase-mcp-helper'
If you have feedback or need assistance with the MCP directory API, please join our Discord server