mcp slim guard for Cursor
io.github.lennney/mcp-slim-guard
76% fewer MCP tokens in our standard benchmark. Same upstream call. Exact recovery.
client:Cursor
transport:stdio
runtime:npm
Install mcp slim guard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-slim-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-slim-guard"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs