Memory Palace
by jeffpierce
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| MEMORY_PALACE_DATA_DIR | No | Data directory | ~/.memory-palace |
| MEMORY_PALACE_LLM_MODEL | No | LLM for synthesis/extraction | |
| MEMORY_PALACE_INSTANCE_ID | No | Default instance ID | unknown |
| MEMORY_PALACE_DATABASE_URL | No | Database connection URL (overrides config file) | |
| MEMORY_PALACE_NOTIFY_COMMAND | No | Post-send notification command template | |
| MEMORY_PALACE_EMBEDDING_MODEL | No | Embedding model | |
| MEMORY_PALACE_INSTANCE_ROUTES | No | Instance route map (JSON string) for push notifications | {} |
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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffpierce/memory-palace'
If you have feedback or need assistance with the MCP directory API, please join our Discord server