MCP Server
MCP
io.github.rajeswaran140/crowvault
327 dev tools via REST API and MCP. Generate Dockerfiles, schemas, K8s, APIs, and more.
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
By
Comments
Sign in to leave a comment