Catalog
io.github.finsavvyai/clawpipe-mcp-server
OfficialClawPipe
Cost-optimized LLM pipeline + 6 AI security skills (reasoning, triage, remediation, compliance).
LLM optimization pipeline with AI security tools for risk analysis and compliance.
README not available yet.
Install
Configuration
Environment variables
CLAWPIPE_API_KEYrequiredsecretYour ClawPipe API key (get one at https://app.clawpipe.ai)
CLAWPIPE_PROJECT_IDdefault mcp-defaultProject id for analytics and rate limiting
claude_desktop_config.json
{
"mcpServers": {
"clawpipe-mcp-server": {
"command": "npx",
"args": [
"-y",
"clawpipe-mcp-server@3.2.0"
],
"env": {
"CLAWPIPE_API_KEY": "<YOUR_CLAWPIPE_API_KEY>",
"CLAWPIPE_PROJECT_ID": "mcp-default"
}
}
}
}