PluginBench
MCP Server

Agent Booster MCP Server

io.github.sseshachala/agent-booster

What is the Agent Booster MCP server?

Cut AI agent token costs 5-15x — routes only relevant code symbols instead of full files.

How to install Agent Booster

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-booster": {
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-booster": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-booster"
      ]
    }
  }
}
Claude Code
claude mcp add agent-booster -- uvx agent-booster

Related MCP servers

List agents, trigger workflows, and enforce team AI policies with ConductGuard.

View repository →