Graphiti Memory MCP Server
by mjunaidca
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEO4J_URI | No | URI for the Neo4j database | bolt://localhost:7687 |
| MODEL_NAME | No | OpenAI model name for LLM operations | |
| NEO4J_USER | No | Neo4j username | neo4j |
| NEO4J_PASSWORD | No | Neo4j password | demodemo |
| OPENAI_API_KEY | Yes | OpenAI API key (required for LLM operations) | |
| LLM_TEMPERATURE | No | Temperature for LLM responses (0.0-2.0) | |
| OPENAI_BASE_URL | No | Optional base URL for OpenAI API | |
| SEMAPHORE_LIMIT | No | Episode processing concurrency | 10 |
| SMALL_MODEL_NAME | No | OpenAI model name for smaller LLM operations | |
| AZURE_OPENAI_ENDPOINT | No | Optional Azure OpenAI LLM endpoint URL | |
| AZURE_OPENAI_API_VERSION | No | Optional Azure OpenAI LLM API version | |
| GRAPHITI_TELEMETRY_ENABLED | No | Set to 'false' to disable telemetry | true |
| AZURE_OPENAI_DEPLOYMENT_NAME | No | Optional Azure OpenAI LLM deployment name | |
| AZURE_OPENAI_EMBEDDING_API_KEY | No | Optional Azure OpenAI Embedding deployment key (if other than OPENAI_API_KEY) | |
| AZURE_OPENAI_EMBEDDING_ENDPOINT | No | Optional Azure OpenAI Embedding endpoint URL | |
| AZURE_OPENAI_USE_MANAGED_IDENTITY | No | Optional use Azure Managed Identities for authentication | |
| AZURE_OPENAI_EMBEDDING_API_VERSION | No | Optional Azure OpenAI API version | |
| AZURE_OPENAI_EMBEDDING_DEPLOYMENT_NAME | No | Optional Azure OpenAI embedding deployment name |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues