MCP Server
Active
MIT
io.github.MukundaKatta/agentfit MCP Server
io.github.MukundaKatta/agentfit
What is the io.github.MukundaKatta/agentfit MCP server?
Token-aware message truncation: fit a chat history into your model's context budget.
How to install io.github.MukundaKatta/agentfit
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentfit": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentfit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentfit-mcp"
]
}
}
}Claude Code
claude mcp add agentfit -- npx -y @mukundakatta/agentfit-mcpRelated MCP servers
Structured-output enforcer: extract and validate JSON from messy LLM text.
1
View repository →JavaScript
MIT
Network-egress firewall for agent tools: check URLs against a declarative policy.
1
View repository →JavaScript
MIT
Validate tool-call args before execution. Returns LLM-friendly retry hints.
1
View repository →JavaScript
MIT
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
0
View repository →JavaScript
MIT
Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.
0
View repository →JavaScript
Apache-2.0