Skip to content
Back to search
30
MCP v0.1.0

io.github.MukundaKatta/agentfit

io.github.MukundaKatta/agentfit

Token-aware message truncation: fit a chat history into your model's context budget.

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.mukundakatta/agentfit
Token-aware message truncation: fit a chat history into your model's context budget.
0 tools
SlimContext
Chat history compression with token-based trimming and AI-powered summarization
0 tools
io.github.MukundaKatta/promptbudget-mcp
Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.
0 tools
io.github.mukundakatta/promptbudget-mcp
Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.
0 tools
@markdown-for-agents/audit
Audit utility that measures token and byte reduction when converting HTML to Markdown for AI agents
0 tools
io.github.arrayo/smart-context-mcp
Reduces AI agent token usage by 90% via context compression and task checkpoint persistence.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.mukundakatta/agentfit": {
      "url": "None",
      "transport": "http"
    }
  }
}