@ravendb/mcp
A local, read-only MCP diagnostics server for RavenDB.
No .NET required. Run it with npx (Node.js 18+).
Usage
{
"command": "npx",
"args": ["-y", "@ravendb/mcp"],
"env": { "RAVENDB_URLS": "http://localhost:8080" }
}
Or with Claude Code:
claude mcp add ravendb --scope user --env RAVENDB_URLS=http://localhost:8080 -- npx -y @ravendb/mcp
RAVENDB_URLS is required: comma-separated node URLs of a single cluster. For secured (HTTPS)
clusters, client certificates, the --config file, and the full configuration reference, see
INSTALL.md.
Supported platforms
Windows (x64, arm64), macOS (x64, arm64), Linux (x64).