← Back to Plugins
MCP Server MCP

io.github.rajeswaran140/crowvault

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.crowvault.ai/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "crowvault",
      "version": "2.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "CrowVault API key (starts with cv_). Get one free at https://crowvault.ai/dashboard",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "CROWVAULT_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...