mcp server for local development gemini cli

Hello, i added the mcp server for my gemini cli settings.json
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "http://localhost:54321/mcp"
}
}
}
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "http://localhost:54321/mcp"
}
}
}
when i start the gemini cli it always says :red_circle: supabase - Disconnected btw my supabase dev instance is running
1 Reply
rohan
rohanOP2w ago
error │ ✖ Error during discovery for server 'supabase': Connection failed for 'supabase': SSE error: Non-200 status code (405) i fixed it... anyone using gemini-cli this should be the config
{
"mcpServers": {
"supabase": {
// "url": "http://127.0.0.1:54321/mcp",
"httpUrl": "http://127.0.0.1:54321/mcp"
}
}
}
{
"mcpServers": {
"supabase": {
// "url": "http://127.0.0.1:54321/mcp",
"httpUrl": "http://127.0.0.1:54321/mcp"
}
}
}

Did you find this page helpful?