All MCP servers

Mcp

Official
by Api.AirforceStreamable HTTPCloud & Infrastructure01,810Apache-2.0

Butterbase MCP server — manage your backend: schemas, auth, functions, storage, RAG, deploys.

mcpopen-sourcecloud-infrastructure

Endpoint

POST https://api.butterbase.ai/mcp

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "mcp-impd81e1": {
      "url": "https://api.butterbase.ai/mcp",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}