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.
We read the source, 20 h ago · rules 3dff92dd89df
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' });
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.
этот файл ставится пользователю, но в репозитории его нет
const run = (cmd) => execSync(cmd, { cwd: repoRoot, stdio: 'inherit' });
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.
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.
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.
claude mcp add ravendb-mcp -- npx -y @ravendb/mcp
{
"mcpServers": {
"ravendb-mcp": {
"args": [
"-y",
"@ravendb/mcp"
],
"command": "npx"
}
}
}
[mcp_servers.ravendb-mcp]
command = "npx"
args = ["-y", "@ravendb/mcp"]
{
"mcpServers": {
"ravendb-mcp": {
"args": [
"-y",
"@ravendb/mcp"
],
"command": "npx"
}
}
}
{
"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.
Read-only local zoxide diagnostics for MCP clients.
Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).
MCP server for read-only Linux system administration, diagnostics, and troubleshooting
Read-only MCP server for Depot (depot.dev): CI failure diagnosis, build forensics, and usage.
MCP server for SSH operations with built-in diagnostics
Secure read-only MCP server for Slack workspaces
Multi-instance read-only MCP server for ServiceNow
A secured scoped SSH MCP server for executing safe read-only diagnostic DevOps / SysOps commands
Answers built from our own checks of this server.