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).

Capabilities

Features and capabilities supported by this server

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/johnib/ravendb-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server