ravendb-mcp
by johnib
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAVENDB_URL | Yes | URL of the RavenDB server (e.g., http://your-ravendb-server:port). | |
| RAVENDB_AUTH_METHOD | Yes | Authentication method. Only non-secured mode is supported, set to 'none'. | |
| RAVENDB_QUERY_TIMEOUT | No | Query timeout in milliseconds (optional, default 30000). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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