Catalog
Gatekeeper
Officialby Runestone-Labs · TypeScript
Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.
Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.
Topics
agent-governanceai-agentsai-securityguardrailsllm-safetymcppolicy-enginetool-useai-safetyclaudehuman-in-the-loopmcp-servermodel-context-protocoltypescript
README not available yet.
Install
Configuration
Environment variables
GATEKEEPER_ROLErequiredPolicy role this server presents to Gatekeeper for every call. Required.
GATEKEEPER_URLBase URL of the Gatekeeper server. Default http://127.0.0.1:3847.
GATEKEEPER_AGENT_NAMEAgent name recorded in Gatekeeper audit logs. Default mcp-client.
GATEKEEPER_RUN_IDOptional run-correlation id so calls count toward one per-run budget.
claude_desktop_config.json
{
"mcpServers": {
"gatekeeper": {
"command": "npx",
"args": [
"-y",
"@runestone-labs/gatekeeper-mcp@0.1.1"
],
"env": {
"GATEKEEPER_ROLE": "<YOUR_GATEKEEPER_ROLE>",
"GATEKEEPER_URL": "<YOUR_GATEKEEPER_URL>",
"GATEKEEPER_AGENT_NAME": "<YOUR_GATEKEEPER_AGENT_NAME>",
"GATEKEEPER_RUN_ID": "<YOUR_GATEKEEPER_RUN_ID>"
}
}
}
}