MCP Server
Active
MIT
io.github.MukundaKatta/agentsnap MCP Server
io.github.MukundaKatta/agentsnap
What is the io.github.MukundaKatta/agentsnap MCP server?
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
How to install io.github.MukundaKatta/agentsnap
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": {
"agentsnap": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentsnap-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"agentsnap": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentsnap-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentsnap": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentsnap-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"agentsnap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/agentsnap-mcp"
]
}
}
}Claude Code
claude mcp add agentsnap -- npx -y @mukundakatta/agentsnap-mcpRelated MCP servers
Structured-output enforcer: extract and validate JSON from messy LLM text.
1
View repository →JavaScript
MIT
Token-aware message truncation: fit a chat history into your model's context budget.
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
Reliable CSV parsing + generation. Handles quotes, embedded commas, BOMs, CRLF.
0
View repository →JavaScript
Apache-2.0