Skip to content

ClawPipe for Zed

io.github.finsavvyai/clawpipe-mcp-server

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

client:Zed transport:stdio runtime:npm

Install ClawPipe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

ClawPipe in other clients