← Back to Plugins
MCP Server MCP

ClawPipe

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "clawpipe-mcp-server",
      "version": "3.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ClawPipe API key (get one at https://app.clawpipe.ai)",
          "isRequired": true,
          "isSecret": true,
          "name": "CLAWPIPE_API_KEY"
        },
        {
          "description": "Project id for analytics and rate limiting",
          "default": "mcp-default",
          "name": "CLAWPIPE_PROJECT_ID"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...