{"openapi":"3.1.0","info":{"title":"Supabase MCP Server","description":"Supabase 공식 MCP 서버로 AI 에이전트에서 PostgreSQL 데이터베이스 쿼리, 테이블 스키마 관리, Edge Functions 배포를 수행할 수 있습니다. 자연어로 DB 스키마를 설계하고 마이그레이션을 생성할 수 있어 백엔드 개발 생산성이 크게 향상됩니다.","version":"1.0.0","x-fusepie-id":"mcp-supabase","x-fusepie-category":"data","x-fusepie-provider":"Supabase"},"servers":[{"url":"npx supabase-mcp-server","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_supabase","summary":"Supabase MCP Server","description":"Supabase 공식 MCP 서버로 AI 에이전트에서 PostgreSQL 데이터베이스 쿼리, 테이블 스키마 관리, Edge Functions 배포를 수행할 수 있습니다. 자연어로 DB 스키마를 설계하고 마이그레이션을 생성할 수 있어 백엔드 개발 생산성이 크게 향상됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"mcp-supabase":{"command":"npx","args":["-y","@fusepie/mcp-mcp-supabase"],"env":{"API_KEY":""}}}}}