Skip to content
Claude Desktop

ravendb mcp for Claude Desktop

io.github.ravendb/ravendb-mcp

Read-only MCP diagnostics server for RavenDB.

client:Claude Desktop transport:stdio runtime:nuget

Install ravendb mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ravendb-mcp": {
      "command": "dnx",
      "args": [
        "RavenDB.Mcp",
        "--yes"
      ],
      "env": {
        "RAVENDB_URLS": "<RAVENDB_URLS>",
        "RAVENDB_CERTIFICATE_PATH": "<RAVENDB_CERTIFICATE_PATH>",
        "RAVENDB_CERTIFICATE_PASSWORD": "<RAVENDB_CERTIFICATE_PASSWORD>",
        "RAVENDB_ARTIFACTS_PATH": "<RAVENDB_ARTIFACTS_PATH>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ravendb mcp in other clients