Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_save | Save a memory to the brain. Types: episodic, semantic, project, procedural. |
| memory_search | Search memories with temporal scoring + observation filtering. |
| memory_verify | Verify, supersede, or contradict a memory. Actions: verify, supersede (old:new), contradict (a:b). |
| entity_create | Create an entity (person, project, decision, tool, etc.). |
| entity_update | Update entity state. Records transition history. |
| entity_query | Query entities by type and/or name. |
| entity_relate | Create a relationship between two entities. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |