Agent Booster MCP Server

Cut AI coding agent token costs 5–15x by routing only the code that matters. Instead of sending full source files to the model on every read, Agent Booster builds a symbol index of your codebase and returns only the functions and classes relevant to the current task. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-11 · ★ 2 · #464 OF 945 MAINTAINED OTHER · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Agent Booster

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add sseshachala-agent-booster -- uvx agent-booster

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sseshachala-agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package agent-booster - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.sseshachala is GitHub-verified and matches the repo owner

03 · Who maintains Agent Booster

Agent Booster is maintained by sseshachala. We track 2 MCP servers from sseshachala - 2 actively maintained, 2 combined GitHub stars, oldest repo from Jun 2026.

04 · Facts

category
other - ranked #464 of 945 actively-maintained other servers as of 2026-09-18.
registry
io.github.sseshachala/agent-booster (active, first published 2026-06-27)
packages
pypi:agent-booster

05 · Agent Booster FAQ

What is Agent Booster?

Cut AI coding agent token costs 5–15x by routing only the code that matters. Instead of sending full source files to the model on every read, Agent Booster builds a symbol index of your codebase and returns only the functions and classes relevant to the current task. It runs locally over stdio via the published package.

Is Agent Booster still maintained?

Yes - as of 2026-09-18, its last commit was 2026-07-11. We re-verify nightly.

How do I install Agent Booster?

Run `uvx agent-booster`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Agent Booster run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Agent Booster

More MCP servers to compare · Stack Overflow MCP Server · SEC EDGAR Filings MCP · Inav MCP · Apache Pinot MCP Server · 1stay

More Python MCP servers · Stackhawk · Cyberbro MCP Server · Fireweed · see all