Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | Your OpenAI API Key. Required to enable the `ask_memory` tool and for semantic embeddings in some modes. | |
| MEMVID_LOCAL_STORAGE | No | Set to "1" to store memory files in `./memvid_mcp` (current directory) instead of `~/.memvid_mcp`. | 0 |
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 | |