Skip to main content
Glama
alankyshum

Graphiti-Memory MCP Server

by alankyshum

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_URIYesThe URI of the Neo4j database (e.g., neo4j://127.0.0.1:7687)
NEO4J_USERYesThe Neo4j database username
NEO4J_PASSWORDYesThe Neo4j database password
OPENAI_API_KEYNoOptional OpenAI API key for enhanced entity extraction
GRAPHITI_GROUP_IDNoOptional namespace for organizing datadefault

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
add_memory

Add an episode/memory to the knowledge graph. This is the primary way to add information.

search_memory_nodes

Search for nodes (entities) in the knowledge graph

search_memory_facts

Search for facts (relationships) in the knowledge graph

get_episodes

Get recent episodes for a group

delete_episode

Delete an episode from the knowledge graph

delete_entity_edge

Delete an entity edge (fact) from the knowledge graph

get_entity_edge

Get an entity edge by UUID

clear_graph

Clear all data from the knowledge graph (DESTRUCTIVE)

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/alankyshum/graphiti-memory'

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