MCP Server
MCP
ClawPipe
Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance).
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
By
Comments
Sign in to leave a comment