Agent♥︎Age
Catalog

Agent Booster

Official

by sseshachala · Python

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

MCP Server: io.github.sseshachala/agent-booster

This MCP server, io.github.sseshachala/agent-booster, is designed to reduce AI agent token costs by routing only the relevant code symbols instead of sending full files. It builds a symbol index of the codebase and returns functions and classes that match the current task.

🛠️ Key Features

  • Reduces token costs by 5–15x
  • Routes only relevant code symbols
  • Builds a symbol index of the codebase
  • Returns only relevant functions and classes for the task

🚀 Use Cases

  • Read-time optimization for AI coding agents
  • Selecting only the code needed for the current task rather than whole source files

⚡ Developer Benefits

  • Smaller context payloads sent to the model
  • Lower token usage while targeting the same result, as described in the excerpt

⚠️ Limitations

  • Described scope focuses on symbol indexing and symbol-level routing; other behaviors are not specified in the provided data
Agent Booster - agentage MCP Catalog