cap shield for Cursor
io.github.robinlidberg-dot/cap-shield
Context selection and compression for AI agents - recall measured, not claimed.
client:Cursor
transport:stdio
runtime:pypi
Install cap shield in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cap-shield": {
"type": "stdio",
"command": "uvx",
"args": [
"cap-shield"
],
"env": {
"CAP_SHIELD_API_KEY": "<CAP_SHIELD_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs