Skip to main content
Glama

Self-Hosted Supabase MCP Server

by freebreaker
smithery.yaml1.17 kB
# Smithery configuration file: https://smithery.ai/docs/build/project-config startCommand: type: http configSchema: # JSON Schema defining the configuration options for the MCP. type: object required: - supabaseUrl - supabaseAnonKey properties: supabaseUrl: type: string description: Self-hosted Supabase HTTP URL supabaseAnonKey: type: string description: Supabase anonymous key supabaseServiceRoleKey: type: string description: Supabase service role key (optional) databaseUrl: type: string description: Direct PostgreSQL connection string (optional) supabaseAuthJwtSecret: type: string description: Supabase JWT secret (optional) toolsConfig: type: string description: Path to tools config JSON (optional) exampleConfig: supabaseUrl: http://localhost:8000 supabaseAnonKey: example-anon-key supabaseServiceRoleKey: example-service-key databaseUrl: postgresql://postgres:password@localhost:5432/postgres supabaseAuthJwtSecret: example-jwt-secret toolsConfig: ./mcp-tools.json

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freebreaker/selfhosted-supabase'

If you have feedback or need assistance with the MCP directory API, please join our Discord server