agent toolbelt mcp for Cursor
io.github.marras0914/agent-toolbelt-mcp
19 focused API tools for AI agents: contract review, prompt optimizer, context packing, and more.
client:Cursor
transport:stdio
runtime:npm
Install agent toolbelt mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agent-toolbelt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-toolbelt-mcp"
],
"env": {
"AGENT_TOOLBELT_KEY": "<AGENT_TOOLBELT_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs