Skip to content
Cline

gatekeeper for Cline

io.github.runestone-labs/gatekeeper

Run MCP tool calls through Runestone Gatekeeper — policy enforcement, human approval, audit.

client:Cline transport:stdio runtime:npm

Install gatekeeper in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gatekeeper": {
      "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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

gatekeeper in other clients