mcpbeat Sign in

Agentfit MCP Server

local only

Agentfit runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 13 Jun 2026.

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

Installs per day peak 14 · avg 7 · -3% w/w
a month agotoday
32
Installs / week
npm · @mukundakatta/agentfit-mcp
1
Stars
0 open issues
13 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agentfit every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentfit -- npx -y @mukundakatta/agentfit-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentfit": {
      "args": [
        "-y",
        "@mukundakatta/agentfit-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentfit]
command = "npx"
args = ["-y", "@mukundakatta/agentfit-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentfit": {
      "args": [
        "-y",
        "@mukundakatta/agentfit-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentfit": {
      "args": [
        "-y",
        "@mukundakatta/agentfit-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Agentfit

same job, measured the same way
Promptbudget MCP
by mukundakatta

Token-budget-aware text handling: count, truncate, and chunk for LLM prompts.

28 installs/wk local only
Slimcontext MCP Server
by agentailor

MCP Server for SlimContext - AI chat history compression tools

50 installs/wk local only
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

513 installs/wk local only
UnRemind.me
by esfih

Context-aware reminders that surface when your situation matches, not at a fixed time.

answering
AI Optimizer
by shivam-app-developers

MCP server that cuts AI coding agent token usage via framework-aware context optimization

34 installs/wk local only
Token Lens
by mdfifty50-boop

Context window token analysis and budget management

36 installs/wk local only
What's Loaded
by stcmain

What fills your agent's context window before a session starts: skill descriptions, memory files.

51 installs/wk local only
witness
by ingtian

Distills your sessions or any text corpus into a dated history of how its subject changed.

348 installs/wk local only

Agentfit — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentfit?
Agentfit runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mukundakatta/agentfit-mcp was installed 32 times last week.
How do I connect Agentfit?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mukundakatta/agentfit-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agentfit?
The npm package @mukundakatta/agentfit-mcp was installed 32 times in the last week. Week over week that is -3%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentfit open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.