Token-aware message truncation: fit a chat history into your model's context budget.
claude mcp add agentfit -- npx -y @mukundakatta/agentfit-mcp
claude_desktop_config.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentfit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.MukundaKatta--agentfit/reviews or the review_server meta-tool.
POST /mcp