mcp-server-memos
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMOS_URL | Yes | Memos 服务器地址 | |
| MEMOS_TOKEN | Yes | Memos 访问令牌 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_memoB | Search for memos using keywords |
| create_memoB | Create a new memo |
| get_memoB | Get a specific memo by ID |
| update_memoC | Update a specific memo by ID |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a unique function (create, get, search, update) with no overlaps, making selection unambiguous.
All tools follow the same verb_noun pattern (create_memo, get_memo, search_memo, update_memo), ensuring predictable naming.
With 4 tools, the set is concise and well-scoped for basic memo management, fitting the typical range for such a server.
The set covers create, read, search, and update but lacks a delete tool, which is a notable gap for full lifecycle management.