Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
create_memory | Create a new structured memory document with optional initial content. IMPORTANT: After using this tool, you MUST show the user the complete installation instructions returned by the tool - the memory will not work without proper MCP server setup and project context configuration. |
add_to_list | Add an item to a list section in a memory document |
get_section | Retrieve a specific section from a memory document |
list_memories | List all available memory documents |
get_memory_summary | Get a high-level summary of a memory document |
search_within_memory | Search for information within a memory document |
update_section | Update an entire section of a memory document. Content supports full Markdown formatting including headings, bold, italic, |
update_list_item | Update an existing item in a list section |
move_list_item | Move an item from one section to another |
get_full_memory | Retrieve the complete content of a memory document with all Markdown formatting preserved (headings, bold, italic, |