🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@ravendb/mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ravendb/mcp

Read-only MCP diagnostics server for RavenDB. Run it with npx; no .NET required.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

@ravendb/mcp

A local, read-only MCP diagnostics server for RavenDB. No .NET required. Run it with npx (Node.js 18+).

Usage

{
  "command": "npx",
  "args": ["-y", "@ravendb/mcp"],
  "env": { "RAVENDB_URLS": "http://localhost:8080" }
}

Or with Claude Code:

claude mcp add ravendb --scope user --env RAVENDB_URLS=http://localhost:8080 -- npx -y @ravendb/mcp

RAVENDB_URLS is required: comma-separated node URLs of a single cluster. For secured (HTTPS) clusters, client certificates, the --config file, and the full configuration reference, see INSTALL.md.

Supported platforms

Windows (x64, arm64), macOS (x64, arm64), Linux (x64).

Keywords

ravendb

FAQs

Package last updated on 31 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts