Agent Booster is an MCP server and CLI that indexes code symbols in a project, builds optional local embeddings, and serves tools that return only relevant functions/classes for a task instead of whole files. It also provides setup/teardown commands for MCP clients like Claude Code, Cursor, Windsurf, and Codex, plus token-savings reporting.
From the registry: Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

$ pip install agent-booster[embed]$ booster index$ booster embedPlease install the `agent-booster` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Python 3.10+** — Python 3.10 or newer is required.
- **Install Agent Booster** — Install the MCP server package. The embed extra is recommended because semantic search features use embeddings. Run: `pip install agent-booster[embed]`
- **Index the project codebase** — Run once from the project root to build the symbol index used by the server. Run: `booster index`
- **Build embeddings** — Recommended and effectively required for the default semantic search experience described in the README. Run: `booster embed`
Canonical MCP server config (stdio transport):
- command: `booster`
- args: ["serve"]
Note: No environment variables are required. The server runs over stdio via `booster serve`. The README also shows platform-specific `booster init <platform>` helpers, but the canonical MCP config shape is simply command `booster` with args `["serve"]`.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.