Skip to content
Grok

ravendb mcp for Grok

io.github.ravendb/ravendb-mcp

Read-only MCP diagnostics server for RavenDB.

client:Grok transport:stdio runtime:nuget

Install ravendb mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

ravendb mcp in other clients