memos-api-mcp
by shijieweb
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMOS_API_KEY | Yes | Your Memos API key for authentication. Get your API Key in Dashboard. | |
| MEMOS_CHANNEL | Yes | The site where you are seeing this document. Candidate values: MODELSCOPE, MCPSO, MCPMARKETCN, MCPMARKETCOM, GLAMA, PULSEMCP, MCPSERVERS, LOBEHUB, MEMOS, GITHUB. | |
| MEMOS_USER_ID | Yes | Stable per-human identifier. MUST be deterministic and non-PII, and MUST remain the same for the same person across devices/sessions. Never reuse across different people. DO NOT use random values, device IDs, or model/chat session IDs. Recommended: SHA-256(lowercase(trim(email))) or your SSO subject/employee ID. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_messageA | 每次回答后自动保存对话;用户要求记住新信息时调用。 |
| search_memoryA | 每次回答前自动检索记忆;用户问"我是谁/我的画像"时同时调用 get_user_profile。 |
| delete_memoryA | 用户要求删除记忆时调用;未提供 ID 时先 search_memory 查找。 |
| add_feedbackA | 修改/纠正已有记忆时调用;删除记忆成功后记录删除意图。 |
| get_user_profileA | 用户问"我是谁/我的画像/你知道我什么"等身份偏好类问题时调用。 |
| create_knowledge_baseB | 用户要求创建项目/领域知识库时调用。 |
| add_kb_documentA | 向知识库添加文档时调用;本地文件传绝对路径并带 mime_type,URL 直接传链接。 |
| get_kb_documentsA | 按 ID 查询知识库文档详情时调用。 |
| delete_kb_documentsC | 删除知识库文档时调用。 |
| remove_knowledge_baseC | 删除知识库时调用。 |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/shijieweb/memos-mcp-custom-trae'
If you have feedback or need assistance with the MCP directory API, please join our Discord server