Skip to main content
Glama
yuzhi-jiang

memos-mcp

by yuzhi-jiang

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP 模式监听地址,默认 0.0.0.00.0.0.0
MCP_PORTNoHTTP 模式监听端口,默认 30023002
MEMOS_URLYesMemos 服务地址,例如 http://localhost:5230
DEFAULT_TAGNo创建备忘录时默认追加的标签,默认为 mcpmcp
MCP_TRANSPORTNoMCP 传输方式,默认 stdio,可选 streamable-httpstdio
MEMOS_API_KEYYes普通 API Key,必填
MEMOS_ADMIN_API_KEYNo管理员 API Key,可选;只有在使用“获取所有用户”资源或工具时才需要
MCP_STREAMABLE_HTTP_PATHNoHTTP 模式路径,默认 /mcp/mcp

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_memosC

搜索备忘录

Args: query: 搜索关键词 filter_expr: CEL 表达式过滤器,例如 "content.contains('关键词')"

filter_memosA

使用 CEL 表达式过滤备忘录

Args: filter_expr: CEL 表达式过滤器,例如 "content.contains('关键词')" 或 "createTime > timestamp('2023-01-01T00:00:00Z')"

create_memoB

创建新备忘录

Args: content: 备忘录内容 visibility: 可见性设置 (PRIVATE, PROTECTED, PUBLIC) tags: 标签列表,如果不提供则使用默认标签

get_all_users_toolsB

获取所有用户

create_memo_commentB

在指定的备忘录下创建一个评论,提供内容和可见性设置

update_memoB

更新备忘录

Args: memo_id: 备忘录ID 格式是{G3o72r9oijTWFxy9ueWzW7} 而不是{memos/G3o72r9oijTWFxy9ueWzW7} content: 新的备忘录内容 visibility: 新的可见性设置 (PRIVATE, PROTECTED, PUBLIC)

delete_memoA

删除备忘录

Args: memo_id: 要删除的备忘录ID 备忘录ID 格式是{G3o72r9oijTWFxy9ueWzW7} 而不是{memos/G3o72r9oijTWFxy9ueWzW7}

delete_memo_tagA

从备忘录中删除标签

Args: memo_id: 备忘录ID 格式是{G3o72r9oijTWFxy9ueWzW7} 而不是{memos/G3o72r9oijTWFxy9ueWzW7} tag: 要删除的标签名称(不包含#符号)

Prompts

Interactive templates invoked by user choice

NameDescription
weekly-summary每周总结提示,帮助用户总结一周的备忘录
knowledge-extraction知识提取提示,帮助用户从备忘录中提取知识
content-improvement内容改进提示,帮助用户改进备忘录内容

Resources

Contextual data attached and managed by the client

NameDescription
get_recent_memos获取最近的备忘录
get_all_memos获取所有备忘录
get_all_users获取所有用户

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/yuzhi-jiang/memos-mcp'

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