agentfit-mcp
Rank #52,991io.github.MukundaKatta/agentfit
Token-aware message truncation: fit a chat history into your model's context budget.
agentfit-mcp is a Model Context Protocol (MCP) server published by MukundaKatta. It ranks #52,991 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. agentfit-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 27, 2026 and most recently updated on Apr 27, 2026.
Ranks ahead of 62,469 of 115,460 servers on MCP Toplist.
Use agentfit-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add agentfit -- npx -y @mukundakatta/agentfit-mcp[mcp_servers.agentfit]
command = "npx"
args = ["-y", "@mukundakatta/agentfit-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"agentfit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.MukundaKatta%2Fagentfit)<a href="https://mcptoplist.com/server/io.github.MukundaKatta%2Fagentfit"><img src="https://mcptoplist.com/badge/io.github.MukundaKatta%2Fagentfit.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
MukundaKatta
Other servers by MukundaKatta
- MCP Stack Server#46,013 · 2 vers
- agentcast-mcp#52,990 · 1 ver
- agentguard-mcp#52,992 · 1 ver
- agentsnap-mcp#52,993 · 1 ver
- agentvet-mcp#52,994 · 1 ver
- streamparse-mcp#52,995 · 1 ver
- case-mcp#90,698
- ip-mcp#90,699
- password-mcp#90,700
- sql-mcp#90,701
- dns-mcp#95,118
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Apr 27, 2026 |
Frequently asked questions
- Who maintains agentfit-mcp?
- agentfit-mcp is maintained by MukundaKatta, which publishes 26 MCP servers (21 total versions) tracked on MCP Toplist.
- Is agentfit-mcp listed on the Official MCP Registry?
- Yes — agentfit-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does agentfit-mcp have?
- MCP Toplist tracks 1 version of agentfit-mcp, most recently published on Apr 27, 2026.
- Where can I find the source code for agentfit-mcp?
- The source code for agentfit-mcp is hosted at github.com/mukundakatta/agentfit-mcp.