← Index

io.github.rajeswaran140/crowvault

io.github.rajeswaran140/crowvault·v2.3.0·Kubernetes
Quality Score
85
/100

327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://api.crowvault.ai/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "crowvault": {
      "command": "npx",
      "args": [
        "-y",
        "crowvault"
      ],
      "env": {
        "CROWVAULT_API_KEY": "<your-crowvault_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "crowvault": {
      "command": "npx",
      "args": [
        "-y",
        "crowvault"
      ],
      "env": {
        "CROWVAULT_API_KEY": "<your-crowvault_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y crowvault
§02  Environment variables
CROWVAULT_API_KEY
requiredsecret

CrowVault API key (starts with cv_). Get one free at https://crowvault.ai/dashboard

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Kubernetes