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_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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |