MCP.so
登录

Yazdani-Supabase-MCP-Server

@byazdani9

关于 Yazdani-Supabase-MCP-Server

A Supabase PostgreSQL MCP server with Claude 3.7 Sonnet integration for natural language to SQL conversion

基本信息

分类

云与基础设施

许可证

MIT license

运行时

python

传输方式

stdio

发布者

byazdani9

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "yazdani-supabase-mcp-server": {
      "command": "python",
      "args": [
        "run_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Yazdani-Supabase-MCP-Server?

Yazdani-Supabase-MCP-Server is an MCP server that integrates with Supabase PostgreSQL and uses Claude 3.7 for natural language query processing. It is designed for integration with React Native PaveApp and includes features such as schema inspection, SQL execution, and migration management.

How to use Yazdani-Supabase-MCP-Server?

Install dependencies with pip install -r requirements.txt, create a .env file with Supabase and Anthropic credentials, then run the server using python run_server.py (live) or USE_MOCK_DB=true python run_server.py (mock). For natural language testing, use run_nl_test.bat or run http_server.py and `

评论

云与基础设施 分类下的更多 MCP 服务器