Skip to content
VS Code

mcp for VS Code

io.github.butterbase-ai/mcp

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

client:VS Code transport:streamable-http runtime:npm

Install mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp": {
      "type": "http",
      "url": "https://api.butterbase.ai/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp in other clients