MCP Server
MCP
io.github.ravendb/ravendb-mcp
Read-only MCP diagnostics server for RavenDB.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "RavenDB.Mcp",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated RavenDB node URLs of a single cluster, e.g. https://a.example:443,https://b.example:443",
"isRequired": true,
"name": "RAVENDB_URLS"
},
{
"description": "Path to a client .pfx certificate for secured RavenDB. Leave empty for unsecured.",
"name": "RAVENDB_CERTIFICATE_PATH"
},
{
"description": "Password for the client .pfx certificate.",
"isSecret": true,
"name": "RAVENDB_CERTIFICATE_PASSWORD"
},
{
"description": "Directory where exported artifacts (logs, packages, dumps) are written.",
"name": "RAVENDB_ARTIFACTS_PATH"
}
]
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@ravendb/mcp",
"version": "1.0.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Comma-separated RavenDB node URLs of a single cluster, e.g. https://a.example:443,https://b.example:443",
"isRequired": true,
"name": "RAVENDB_URLS"
},
{
"description": "Path to a client .pfx certificate for secured RavenDB. Leave empty for unsecured.",
"name": "RAVENDB_CERTIFICATE_PATH"
},
{
"description": "Password for the client .pfx certificate.",
"isSecret": true,
"name": "RAVENDB_CERTIFICATE_PASSWORD"
},
{
"description": "Directory where exported artifacts (logs, packages, dumps) are written.",
"name": "RAVENDB_ARTIFACTS_PATH"
}
]
}
]
}
mcp
model-context-protocol
nuget
npm
By
Comments
Sign in to leave a comment