{"id":51686778,"url":"https://github.com/ravendb/ravendb-mcp","last_synced_at":"2026-07-15T22:02:43.388Z","repository":{"id":359511726,"uuid":"1246379222","full_name":"ravendb/ravendb-mcp","owner":"ravendb","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-15T00:30:59.000Z","size":83,"stargazers_count":0,"open_issues_count":7,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-15T01:26:07.075Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ravendb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-05-22T06:24:00.000Z","updated_at":"2026-07-15T00:31:03.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ravendb/ravendb-mcp","commit_stats":null,"previous_names":["poissoncorp/ravendb-mcp","ravendb/ravendb-mcp"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ravendb/ravendb-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravendb%2Fravendb-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravendb%2Fravendb-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravendb%2Fravendb-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravendb%2Fravendb-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ravendb","download_url":"https://codeload.github.com/ravendb/ravendb-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ravendb%2Fravendb-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35522129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-15T02:00:06.706Z","response_time":131,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-15T22:02:40.727Z","updated_at":"2026-07-15T22:02:43.380Z","avatar_url":"https://github.com/ravendb.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RavenDB MCP\n\nA local, read-only [MCP](https://modelcontextprotocol.io) diagnostics server for RavenDB. Point it at a cluster and your AI agent can inspect cluster, database, index, task, storage, and performance state, plus logs, support packages, and your data, across **21 read-only tools**.\n\n## Quick start\n\nRun it with **npx**:\n\n```powershell\nclaude mcp add ravendb --scope user --env RAVENDB_URLS=http://localhost:8080 -- npx -y @ravendb/mcp\n```\n\nOr with **dnx**:\n\n```powershell\nclaude mcp add ravendb --scope user --env RAVENDB_URLS=http://localhost:8080 -- dnx RavenDB.Mcp --yes\n```\n\nOr download a prebuilt executable from the [Releases](https://github.com/ravendb/ravendb-mcp/releases) page.\n\nThen ask the agent *“list my RavenDB databases.”* Other OSes, secured (HTTPS + certificate) clusters, VS Code / Claude Desktop wiring, and the full configuration reference are in **[INSTALL.md](INSTALL.md)**.\n\n## Features\n\n**Developer experience**\n- One-line install with `npx`, `dnx`, or a prebuilt binary.\n- 21 tools, one per subject area, each with parameters to select what you need (reduced from 74).\n- Version-aware RQL docs are served as `rql://` resources; a failed query returns the parser error and where to look.\n\n**Safety**\n- Read-only: no write, patch, or delete tools, and mutating queries are rejected.\n- Connection-string secrets (passwords, cloud keys, SAS tokens, AI-provider keys, certificates) are masked in the returned JSON.\n- Access is scoped to the client certificate's RavenDB permissions.\n\n**Context-window friendly**\n- Progressive disclosure: tools return an overview by default and drill into detail on request.\n- Results are paged: `run_query` takes `start` and `pageSize` (up to 128 rows), and the list tools take `pageSize`.\n- Log exports and debug packages are written to an artifact file on disk; the tool returns its path and byte size, not the contents.\n- Query results omit per-document metadata unless you request it.\n\n**Runs anywhere**\n- Distributed via npm, NuGet, GitHub Releases, and the MCP Registry.\n- Self-contained binaries for Windows, macOS, and Linux (x64 and arm64), with no runtime to install.\n- Run a separate instance per cluster for multi-cluster setups.\n\n## Configuration\n\nOne server instance targets **one cluster**. The only required setting is the URL; pass it (and the optional certificate / artifacts settings) as environment variables or a `--config` JSON file:\n\n| Variable | Required | Purpose |\n| --- | --- | --- |\n| `RAVENDB_URLS` | yes | Cluster node URL(s), comma-separated, the client fails over across them. |\n| `RAVENDB_CERTIFICATE_PATH` / `_PASSWORD` | no | Client `.pfx` for secured (HTTPS) clusters. Omit for unsecured. |\n| `RAVENDB_ARTIFACTS_PATH` | no | Where exported files are written (defaults to a temp folder). |\n\nFull configuration reference, including secured clusters and multi-cluster setups, is in [INSTALL.md](INSTALL.md#configuration-reference).\n\n## Tools\n\n**21 read-only tools** (`snake_case`). Most are *facet* tools: one per subject that takes selectors and returns only the sections you ask for.\n\n- **Facets:** `get_cluster_overview`, `get_server_config`, `get_server_resources`, `get_network_details`, `get_database_stats`, `get_database_config`, `get_index`, `get_tasks`, `get_live_workload`, `inspect_storage`, `get_document_data`, `sample_live_feed`, `wait_for_completion`, `collect_debug_package`, `get_ai_agents`\n- **Singletons:** `list_databases`, `get_database_record`, `get_notifications`, `run_query`, `list_compare_exchange`, `export_server_logs`\n\nLarge or binary output (logs, debug packages) is written to a file and returned as a reference.\n\n## License\n\nMIT. See [LICENSE](LICENSE). Building from source is covered in [INSTALL.md](INSTALL.md).\n\n---\n\nmcp-name: io.github.ravendb/ravendb-mcp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravendb%2Fravendb-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fravendb%2Fravendb-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fravendb%2Fravendb-mcp/lists"}