Agent Brain MCP - Model Context Protocol server exposing Agent Brain as MCP tools, resources, and prompts
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"agent-brain-ag-mcp","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# agent-brain-mcp Model Context Protocol server for [Agent Brain](https://github.com/SpillwaveSolutions/agent-brain). Exposes the running Agent Brain instance as an MCP server consumable by Claude Desktop, Cursor, Windsurf, Claude Agent SDK, LangChain DeepAgents, and any other MCP-aware client. ## Surface (v10.4) - **16 Tools**: `search_documents`, `query_count`, `explain_result`, `index_folder`, `add_documents`, `inject_documents`, `get_job`, `list_jobs`, `wait_for_job`, `cancel_job`, `list_folders`, `remove_folder`, `cache_status`, `clear_cache`, `list_file_types`, `server_health` - **5 Resources** (read-only): `corpus://config`, `corpus://status`, `corpus://health`, `corpus://providers`, `corpus://folders` - **6 Prompts**: `find-callers`, `find-implementation`, `explain-architecture`, `compare-search-modes`, `onboard-to-codebase`, `audit-indexed-folders` - **Listen transport**: stdio (default) or Streamable HTTP (`--transport http`) - **Backend**: UDS (preferred) or HTTP, selectable via `--backend {auto,uds,http}` - **Auth**: OAuth 2.1 on the HTTP listen transport (`AGENT_BRAIN_AUTH=oauth`), **off by default** The full v1–v4 MCP roadmap shipped by Agent Brain 10.4.0; see [`CHANGELOG.md`](../docs/CHANGELOG.md) and the [MCP User Guide](../docs/MCP_USER_GUIDE.md). Register for Claude Code with `agent-brain install-agent --agent claude --with-mcp`. ## Install ```bash pip install agent-brain-ag-mcp ``` The PyPI distribution is `agent-brain-ag-mcp`; the installed console script is `agent-brain-mcp`. ## Quick config ```json { "mcpServers": { "agent-brain": { "command": "agent-brain-mcp", "args": ["--backend", "auto"], "env": { "AGENT_BRAIN_STATE_DIR": "/abs/path/.agent-brain" } } } } ``` ## Transport selection (v10.2+) `agent-brain-mcp` supports two **listen transports** for talking to MCP clients: - **stdio** (default) — Claude Desktop, Claude Code, and most MCP CLI clients use this. No flags needed. - **http** (Streamable HT…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.