Graphiti-Memory MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | Yes | The URI of the Neo4j database (e.g., neo4j://127.0.0.1:7687) | |
| NEO4J_USER | Yes | The Neo4j database username | |
| NEO4J_PASSWORD | Yes | The Neo4j database password | |
| OPENAI_API_KEY | No | Optional OpenAI API key for enhanced entity extraction | |
| GRAPHITI_GROUP_ID | No | Optional namespace for organizing data | default |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_memoryC | Add an episode/memory to the knowledge graph. This is the primary way to add information. |
| search_memory_nodesC | Search for nodes (entities) in the knowledge graph |
| search_memory_factsC | Search for facts (relationships) in the knowledge graph |
| get_episodesC | Get recent episodes for a group |
| delete_episodeC | Delete an episode from the knowledge graph |
| delete_entity_edgeC | Delete an entity edge (fact) from the knowledge graph |
| get_entity_edgeB | Get an entity edge by UUID |
| clear_graphA | Clear all data from the knowledge graph (DESTRUCTIVE) |
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/alankyshum/graphiti-memory'
If you have feedback or need assistance with the MCP directory API, please join our Discord server