Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| backend | No | The database backend to use. Options: sqlite (default), falkordblite, ladybugdb, falkordb, neo4j, memgraph, turso, cloud. | sqlite |
| profile | No | The tool profile to use. 'core' (default) provides 9 tools, 'extended' provides 12 tools including statistics and complex relationship queries. | core |
| MEMORY_NEO4J_URI | No | URI for the Neo4j database (e.g., bolt://localhost:7687). | |
| MEMORY_NEO4J_USER | No | Username for Neo4j authentication. | |
| MEMORYGRAPH_API_KEY | No | API key for MemoryGraph Cloud backend (get one at memorygraph.dev). | |
| MEMORYGRAPH_TURSO_URL | No | The URL for your Turso database. | |
| MEMORY_NEO4J_PASSWORD | No | Password for Neo4j authentication. | |
| MEMORYGRAPH_TURSO_TOKEN | No | The authentication token for your Turso database. | |
| MEMORY_MULTI_TENANT_MODE | No | Enable multi-tenant mode for team memory sharing (set to 'true'). | false |
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 | |