ravendb-mcp
About
Read-only MCP diagnostics server for RavenDB.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
RAVENDB_URLS RAVENDB_CERTIFICATE_PATH RAVENDB_CERTIFICATE_PASSWORD RAVENDB_ARTIFACTS_PATHClaude Code
claude mcp add --env RAVENDB_URLS= --env RAVENDB_CERTIFICATE_PATH= --env RAVENDB_CERTIFICATE_PASSWORD= --env RAVENDB_ARTIFACTS_PATH= ravendb-mcp -- dnx RavenDB.Mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ravendb-mcp","command":"dnx","args":["RavenDB.Mcp"],"env":{"RAVENDB_URLS":"","RAVENDB_CERTIFICATE_PATH":"","RAVENDB_CERTIFICATE_PASSWORD":"","RAVENDB_ARTIFACTS_PATH":""}}'
JSON
{
"mcpServers": {
"ravendb-mcp": {
"command": "dnx",
"args": [
"RavenDB.Mcp"
],
"env": {
"RAVENDB_URLS": "",
"RAVENDB_CERTIFICATE_PATH": "",
"RAVENDB_CERTIFICATE_PASSWORD": "",
"RAVENDB_ARTIFACTS_PATH": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.