Yazdani-Supabase-MCP-Server
@byazdani9
About Yazdani-Supabase-MCP-Server
A Supabase PostgreSQL MCP server with Claude 3.7 Sonnet integration for natural language to SQL conversion
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"yazdani-supabase-mcp-server": {
"command": "python",
"args": [
"run_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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 `
More Cloud & Infrastructure MCP servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments