Serversio.github.rajeswaran140/crowvault
C

io.github.rajeswaran140/crowvault

io.github.rajeswaran140/crowvault · v2.3.0
▦ npm
v2.3.0npm npm: crowvault🌐 https://api.crowvault.ai/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.rajeswaran140/crowvault",
  "description": "327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.",
  "repository": {
    "url": "https://github.com/rajeswaran140/crowvault-setup",
    "source": "github"
  },
  "version": "2.3.0",
  "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"
        }
      ]
    }
  ],
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.crowvault.ai/mcp"
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}