Odel
ravendb mcp

ravendb mcp

Local
@ravendb2C#MITUpdated 1w ago

Read-only MCP diagnostics server for RavenDB.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

NuGetRavenDB.Mcpv1.0.4

Published to NuGet as `RavenDB.Mcp` — run it with your .NET MCP host.

npm@ravendb/mcpv1.0.4

Run

npx -y @ravendb/mcp

MCP client config

{
  "mcpServers": {
    "ravendb-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@ravendb/mcp"
      ]
    }
  }
}