Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DREVO_HTTP_URLNoBase URL of the running drevo-server.http://localhost:8080

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

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/ice1x/drevo-mcp'

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