gatekeeper for Cursor
io.github.runestone-labs/gatekeeper
Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.
client:Cursor
transport:stdio
runtime:npm
Install gatekeeper in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gatekeeper": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runestone-labs/gatekeeper-mcp"
],
"env": {
"GATEKEEPER_ROLE": "<GATEKEEPER_ROLE>",
"GATEKEEPER_URL": "<GATEKEEPER_URL>",
"GATEKEEPER_AGENT_NAME": "<GATEKEEPER_AGENT_NAME>",
"GATEKEEPER_RUN_ID": "<GATEKEEPER_RUN_ID>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs