Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"supabase-db": {
"command": "python3",
"args": [
"/Users/kevinhill/.claude/plugins/marketplaces/claude-code-plugins/plugins/plugin-dev/scripts/supabase-mcp-server.py"
],
"env": {
"PYTHONPATH": "/Users/kevinhill/.claude/plugins/marketplaces/claude-code-plugins/plugins/plugin-dev"
}
}
}
}Server configuration and connection parameters
python3Command-line arguments passed to the server process
Environment variables set when the server starts
PYTHONPATH=/Users/kevinhill/.claude/plugins/marketplaces/claude-code-plugins/plugins/plugin-devnpx claudepluginhub kivo360/claude-toolbelt --plugin asyncpg-to-sqlalchemy-converter