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).
Published to NuGet as `RavenDB.Mcp` — run it with your .NET MCP host.
Run
npx -y @ravendb/mcp
MCP client config
{
"mcpServers": {
"ravendb-mcp": {
"command": "npx",
"args": [
"-y",
"@ravendb/mcp"
]
}
}
}