mcpbeat Sign in

Ravendb MCP Server

local only

Ravendb MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 31 Jul 2026.

Read-only MCP diagnostics server for RavenDB.

Installs per day peak 15 · avg 6 · +17% w/w
a month agotoday
35
Installs / week
npm · @ravendb/mcp
2
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
C#

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

const run = (cmd) => execSync(cmd, { cwd: repoRoot, stdio: 'inherit' });
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/cli.js:1
этот файл ставится пользователю, но в репозитории его нет
const run = (cmd) => execSync(cmd, { cwd: repoRoot, stdio: 'inherit' });
Builds a file path from a variable mcpb/server/cli.js:29
const binaryPath = path.join(__dirname, 'bin', target.rid, target.bin);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Ravendb MCP and you get told the day something new turns up.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ravendb-mcp -- npx -y @ravendb/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ravendb-mcp": {
      "args": [
        "-y",
        "@ravendb/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ravendb-mcp]
command = "npx"
args = ["-y", "@ravendb/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ravendb-mcp": {
      "args": [
        "-y",
        "@ravendb/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ravendb-mcp": {
      "args": [
        "-y",
        "@ravendb/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RAVENDB_URLS (Comma-separated RavenDB node URLs of a single cluster, e.g. https://a.example:443,https://b.example:443), RAVENDB_CERTIFICATE_PATH (Path to a client .pfx certificate for secured RavenDB. Leave empty for unsecured.), RAVENDB_CERTIFICATE_PASSWORD (Password for the client .pfx certificate.), RAVENDB_ARTIFACTS_PATH (Directory where exported artifacts (logs, packages, dumps) are written.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Ravendb MCP

same job, measured the same way
zoxide-doctor
by jiankn

Read-only local zoxide diagnostics for MCP clients.

34 installs/wk local only
Oraclarr
by bdog720

Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).

83 installs/wk local only
Linux MCP Server
by rhel-lightspeed

MCP server for read-only Linux system administration, diagnostics, and troubleshooting

1 069 installs/wk local only
Depot (depot.dev)
by akshayjain3450

Read-only MCP server for Depot (depot.dev): CI failure diagnosis, build forensics, and usage.

68 installs/wk local only
SSH MCP Server
by yawlabs

MCP server for SSH operations with built-in diagnostics

1 151 installs/wk local only
MCP Slack
by crunchtools

Secure read-only MCP server for Slack workspaces

209 installs/wk local only
Sn MCP Server
by imjaineel

Multi-instance read-only MCP server for ServiceNow

58 installs/wk local only
Safe SSH MCP
by areso

A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands

215 installs/wk local only

Ravendb MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ravendb MCP?
Ravendb MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @ravendb/mcp was installed 35 times last week.
How do I connect Ravendb MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @ravendb/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ravendb MCP?
The npm package @ravendb/mcp was installed 35 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ravendb MCP open source?
Yes — it is published under the MIT licence, written in C# and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.