Memo MCP
by milasd
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMO_USE_GPU | No | Enable/disable GPU usage ("true"/"false") | |
| MEMO_RAG_LITE | No | Enable resource-constrained mode ("true"/"false") | |
| MEMO_DATA_ROOT | No | Override the default data directory | |
| MEMO_EMBEDDING_MODEL | No | Custom embedding model name |
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 |
|---|---|
| add-memoB | Add a new memo entry to your journal collection |
| search-journalA | Search through journal entries using RAG. Perfect for questions like 'how did I do at work this year?' or 'what were my thoughts on AI?' |
| get-journal-statsA | Get statistics about your journal database (document count, chunks, etc.) |
| rebuild-journal-indexA | Rebuild the journal search index (use if you've added new entries) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize-notes | Creates a summary of all notes |
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/milasd/Memo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server