Loading MCP server directory, please wait...
Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.
npx @getmcp/cli add io.github.Runestone-Labs/gatekeeperRequires Node.js 18+. Community-contributed server. Review source before installing.
GATEKEEPER_ROLEPolicy role this server presents to Gatekeeper for every call. Required.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Runestone-Labs/gatekeeper": {
"command": "npx",
"args": [
"-y",
"@runestone-labs/gatekeeper-mcp"
],
"env": {
"GATEKEEPER_ROLE": "",
"GATEKEEPER_URL": "",
"GATEKEEPER_AGENT_NAME": "",
"GATEKEEPER_RUN_ID": ""
}
}
}
}