Odel
gatekeeper

gatekeeper

Local
@runestone-labsTypeScriptApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@runestone-labs/gatekeeper-mcpv0.1.2

Run

npx -y @runestone-labs/gatekeeper-mcp

MCP client config

{
  "mcpServers": {
    "gatekeeper": {
      "command": "npx",
      "args": [
        "-y",
        "@runestone-labs/gatekeeper-mcp"
      ]
    }
  }
}