← Index

ClawPipe

io.github.finsavvyai/clawpipe-mcp-server·v3.2.0·AI & LLMs
Quality Score
95
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clawpipe-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clawpipe-mcp-server"
      ],
      "env": {
        "CLAWPIPE_API_KEY": "<your-clawpipe_api_key>",
        "CLAWPIPE_PROJECT_ID": "mcp-default"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clawpipe-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "clawpipe-mcp-server"
      ],
      "env": {
        "CLAWPIPE_API_KEY": "<your-clawpipe_api_key>",
        "CLAWPIPE_PROJECT_ID": "mcp-default"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y clawpipe-mcp-server
§02  Environment variables
CLAWPIPE_API_KEY
requiredsecret

Your ClawPipe API key (get one at https://app.clawpipe.ai)

CLAWPIPE_PROJECT_ID

Project id for analytics and rate limiting

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs