Skip to content
Grok

ClawPipe for Grok

io.github.finsavvyai/clawpipe-mcp-server

Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance).

client:Grok transport:stdio runtime:npm

Install ClawPipe in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "clawpipe-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "clawpipe-mcp-server"
      ],
      "env": {
        "CLAWPIPE_API_KEY": "<CLAWPIPE_API_KEY>",
        "CLAWPIPE_PROJECT_ID": "<CLAWPIPE_PROJECT_ID>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ClawPipe in other clients