Stats
Actions
Tags
From edmunds-claude-code
Connects remotely to Supabase for PostgreSQL database access, authentication, realtime subscriptions, storage, and edge functions. Requires Supabase project credentials.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub edmund-io/edmunds-claude-code --plugin edmunds-claude-code