Skip to main content
Get your MCP API key Use the btca MCP server to query resources from your agent of choice. There are two options:
  • Cloud MCP: Runs on btca’s hosted servers and uses your btca subscription. Requires an API key.
  • Local MCP: Runs entirely on your machine using local resources. No API key required.
To scaffold configs automatically, run:
  • btca mcp local
  • btca mcp remote

Add to AGENTS.md

Add the following section to your project’s AGENTS.md:

Configure your agent

Each agent supports both cloud (HTTP) and local (stdio) MCP servers. Use the examples below to pick the option you want.

Cursor

Cloud (HTTP) in .cursor/mcp.json:
Reference: Cursor MCP docs Local (stdio) in .cursor/mcp.json:

Codex

Cloud (HTTP) in config.toml, and add the API key to your environment variables (for example in .zshenv):
Reference: Codex MCP docs Local (stdio) via CLI:

Claude Code

Cloud (HTTP) in the CLI:
Reference: Claude Code MCP docs Local (stdio) in the CLI:

OpenCode

Cloud (HTTP) in opencode.json:
Reference: OpenCode MCP docs Local (stdio) in opencode.json: