ravendb mcp for Grok
io.github.ravendb/ravendb-mcp
Read-only MCP diagnostics server for RavenDB.
client:Grok
transport:stdio
runtime:nuget
Install ravendb mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"ravendb-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"RavenDB.Mcp",
"--yes"
],
"env": {
"RAVENDB_URLS": "<RAVENDB_URLS>",
"RAVENDB_CERTIFICATE_PATH": "<RAVENDB_CERTIFICATE_PATH>",
"RAVENDB_CERTIFICATE_PASSWORD": "<RAVENDB_CERTIFICATE_PASSWORD>",
"RAVENDB_ARTIFACTS_PATH": "<RAVENDB_ARTIFACTS_PATH>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs