Ravendb MCP

A local, read-only MCP diagnostics server for RavenDB. Point it at a cluster and your AI agent can inspect cluster, database, index, task, storage, and performance state, plus logs, support packages, and your data, across 21 read-only tools.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in C#.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 2 · #292 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · C# · how we verify → /methodology

01 · Install Ravendb MCP

before you install - you'll need

RAVENDB_URLS

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add ravendb-ravendb-mcp -- npx -y @ravendb/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @ravendb/mcp - published under the repo owner's npm scope (@ravendb)

registry namespace io.github.ravendb is GitHub-verified and matches the repo owner

03 · What Ravendb MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.4 · 2026-07-31

Fast follow hardening & Release · RavenDB-27243 MCP - fix permissions on MacOS/Linux

v1.0.3 · 2026-07-17

RavenDB-27047: Add Claude Code plugin marketplace and client install docs (Cursor, Codex) · RavenDB-27048: Add MCPB desktop-extension package (privacy policy, tool titles) · RavenDB-27048: Fix the MCPB launcher for…

v1.0.2 · 2026-07-15

Release 1.0.2: npm registry ownership field + release script

04 · Who maintains Ravendb MCP

ravendb-mcp is maintained by ravendb. It's the only MCP server we track from this author; the repo dates to May 2026.

05 · Facts

category
other - ranked #292 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-31)
registry
io.github.ravendb/ravendb-mcp (active, first published 2026-07-15 · 3 versions)
packages
nuget:RavenDB.Mcp · npm:@ravendb/mcp

06 · Ravendb MCP FAQ

What is Ravendb MCP?

A local, read-only MCP diagnostics server for RavenDB. Point it at a cluster and your AI agent can inspect cluster, database, index, task, storage, and performance state, plus logs, support packages, and your data, across 21 read-only tools.

Is Ravendb MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install Ravendb MCP?

Run `npx -y @ravendb/mcp`. The README documents one environment variable (RAVENDB_URLS) to set first. You can also paste the ready-made client config above.

Does Ravendb MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ravendb MCP