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
{
"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