drevo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DREVO_HTTP_URL | No | Base URL of the running drevo-server. | http://localhost:8080 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entityC | Create or update a knowledge entity in the graph. |
| add_observationsC | Append new observations to an existing entity. |
| delete_entityC | Delete an entity and all its relationships. |
| create_relationshipC | Create a typed relationship between two entities. |
| delete_relationshipC | Delete a relationship between two entities. |
| get_entityB | Get an entity with all its incoming and outgoing relationships. |
| search_knowledgeB | Search the knowledge graph by text (entity names and observations). |
| get_project_graphC | Get the complete knowledge graph for a project. |
| list_projectsA | List all projects stored in the knowledge graph. |
| add_migrationC | Record a graph schema/data migration for a project. |
| get_migrationsB | Get the full migration history for a project. |
| apply_migrationC | Execute a pending migration and mark it as applied. |
| run_cypherC | Execute a Cypher query against the knowledge graph. |
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ice1x/drevo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server