Skip to main content
Glama
johnib

ravendb-mcp

by johnib

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAVENDB_URLYesURL of the RavenDB server (e.g., http://your-ravendb-server:port).
RAVENDB_AUTH_METHODYesAuthentication method. Only non-secured mode is supported, set to 'none'.
RAVENDB_QUERY_TIMEOUTNoQuery timeout in milliseconds (optional, default 30000).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
initialize-connectionC

Connect to a RavenDB server

select-databaseB

Switch to a specific database context

show-collectionsA

List available collections in the current database

show-indexesA

List available indexes in the current database

get-documentB

Retrieve a document by ID

store-documentB

Create or update a document

delete-documentB

Delete a document by ID

query-documentsC

Execute RQL queries with results handling

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct operation: CRUD on documents, connection management, database selection, and metadata listing. No two tools have overlapping purposes.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with lowercase and hyphens (e.g., delete-document, get-document, show-collections). No mixing of styles.

Tool Count5/5

8 tools is well-scoped for a RavenDB server: core CRUD, query, connection setup, database selection, and metadata listing. Not excessive or insufficient.

Completeness4/5

Covers basic document operations (create/read/delete), query, connection, and metadata. Missing explicit index management and bulk operations, but core workflows are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues