grantor mcp for Cursor
com.chaingrantor/grantor-mcp
Wrap any MCP server with enforced, bounded, revocable permissions — grant, narrow, check, revoke.
client:Cursor
transport:stdio
runtime:npm
Install grantor mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"grantor-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@grantor/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs