OpenAI MCP and Connectors
Use remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
Official OAuth MCP server for Supabase projects.
Supabase MCP runs at https://mcp.supabase.com/mcp and provides database, debugging, development, edge-function, account-management, docs, branching, and optional storage tools.
Install
claude mcp add --scope project --transport http supabase "https://mcp.supabase.com/mcp"claude mcp add --scope project --transport http supabase "https://mcp.supabase.com/mcp"
Run claude /mcp, select Supabase, then authenticate.
Use project_ref and read_only URL parameters when needed.
Postgres, Auth, Edge Functions, MCP tooling, AI prompts, and agent-ready database workflows.
Provider docsUse remote MCP tools through the Responses API.
OpenAI Responses API can import tools from remote MCP servers that support Streamable HTTP or HTTP/SSE, then call those tools as part of a model run.
Connect Claude Messages API to remote MCP servers.
Anthropic MCP connector lets Claude API requests connect directly to remote MCP servers using a beta header and remote HTTP/SSE tools.
Connect Cursor agents to tools and data sources.
Cursor supports Model Context Protocol for connecting external tools and data to its agent workflows.
Official MCP server for GitHub APIs.
The official GitHub MCP server exposes GitHub data and actions to MCP-compatible agents with remote and local configurations.