Odel
scopeblind gateway

scopeblind gateway

Local
@tomjwxf9TypeScriptMITUpdated 2mo ago

Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.

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).

npmscopeblind-mcpv1.0.2

Run

npx -y scopeblind-mcp

MCP client config

{
  "mcpServers": {
    "scopeblind-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "scopeblind-mcp"
      ]
    }
  }
}