Skip to main content
Glama
shijieweb

memos-api-mcp

by shijieweb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MEMOS_API_KEYYesYour Memos API key for authentication. Get your API Key in Dashboard.
MEMOS_CHANNELYesThe site where you are seeing this document. Candidate values: MODELSCOPE, MCPSO, MCPMARKETCN, MCPMARKETCOM, GLAMA, PULSEMCP, MCPSERVERS, LOBEHUB, MEMOS, GITHUB.
MEMOS_USER_IDYesStable 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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/shijieweb/memos-mcp-custom-trae'

If you have feedback or need assistance with the MCP directory API, please join our Discord server