Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMORY_DIR_PATHNoSet MEMORY_DIR_PATH env variable to change the memory storage directory (default: /app/memories)./app/memories

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_project_observationsB

Save observations for a project to a separate file in the format { projectId, observations: [{ entityName, contents: [...] }] }.

get_project_observationsB

Get all observations saved in the separate file for a given projectId.

add_graph_observationsB

Add new observations to existing entities in the project knowledge graph.

list_projectsB

List all projects with stored memory

create_entitiesB

Create multiple new entities in the project knowledge graph

create_relationsB

Create multiple new relations between entities in the project knowledge graph

delete_entitiesB

Delete multiple entities and their associated relations from the project knowledge graph

delete_observationsB

Delete specific observations from entities in the project knowledge graph

delete_relationsB

Delete multiple relations from the project knowledge graph

read_graphA

Read the entire knowledge graph for a specific project

search_nodesB

Search for nodes in a specific project's knowledge graph based on a query

search_all_projectsB

Search for nodes across all projects' knowledge graphs based on a query

open_nodesB

Open specific nodes in a project's knowledge graph by their names

copy_memoryA

Copy memory entities and their relations from one project to another

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/meetdhanani17/xgmem'

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