Agent Toolbox for Cursor
io.github.solhammer/agent-toolbox
26 deterministic, offline pre-action safety gates for AI agents, each with a signed verdict.
client:Cursor
transport:stdio
runtime:npm
Install Agent Toolbox in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-toolbox": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentoolbox-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs