Skip to content
Cursor

ravendb mcp for Cursor

io.github.ravendb/ravendb-mcp

Read-only MCP diagnostics server for RavenDB.

client:Cursor transport:stdio runtime:nuget

Install ravendb mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "ravendb-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ravendb mcp in other clients