Skip to content
Windsurf

ravendb mcp for Windsurf

io.github.ravendb/ravendb-mcp

Read-only MCP diagnostics server for RavenDB.

client:Windsurf transport:stdio runtime:nuget

Install ravendb mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ravendb mcp in other clients