Postgrest
Freeby MCP Community
MCP server for PostgREST
v0.1.0Added Apr 12, 2026
Postgrest MCP Server
MCP server for PostgREST
Installation
npx -y @supabase/mcp-server-postgrest
Reviews
Installation
Quick install
npx -y @supabase/mcp-server-postgrest
Add to claude_desktop_config.json
{
"mcpServers": {
"postgrest": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-postgrest"]
}
}
}