memos-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memos-mcpCreate a memo: remember to water plants"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
memos-mcp(用于对 usesmemos/memos 进行CRUD的MCP服务)
English version: README.en.md
一个用 Python 实现的 Memos MCP 服务,对 Memos
实例提供完整的增删改查(CRUD)。只依赖 httpx + 官方 mcp SDK。
所有敏感配置(Memos 地址、Access Token)放在 .env 里,绝不写进代码。
工具
工具 | 说明 | 关键参数 |
| 新建 memo |
|
| 列出/筛选 memo |
|
| 按 ID 取 memo |
|
| 更新 memo |
|
| 删除 memo |
|
Related MCP server: memos-mcp-server
安装
git clone <your-repo> memos-mcp
cd memos-mcp
bash install.sh # 建 .venv、装依赖、生成 .env(从 .env.example)
vim .env # 填入 MEMOS_API_URL / MEMOS_TOKENMEMOS_API_URL=https://memos.yourdomain.com
MEMOS_TOKEN=your-access-token # Memos: Settings > Access Tokens > Create在 MCP 宿主中注册(stdio)
把 command 指向本项目的 memos.sh(会自动加载 .env):
{
"mcpServers": {
"memos": {
"command": "/abs/path/to/memos-mcp/memos.sh",
"args": []
}
}
}也可由宿主直接注入
MEMOS_API_URL/MEMOS_TOKEN,本项目 server 会优先使用宿主注入的值。
Hermes Agent
Hermes 通过 stdio 加载本服务。将 command 指向项目的 memos.sh(自动加载
.env),凭据通过 env 注入:
hermes config set mcp_servers.memos.command "/abs/path/to/memos-mcp/memos.sh"
hermes config set mcp_servers.memos.args ""
hermes config set mcp_servers.memos.env '{"MEMOS_API_URL": "https://memos.yourdomain.com", "MEMOS_TOKEN": "your-access-token"}'
hermes gateway restart
args必须留空字符串。凭据也可改为引用宿主.env变量(如"MEMOS_TOKEN": "${MCP_MEMOS_API_KEY}"),由 Hermes 启动时展开。
许可证
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that integrates with the mcp-todo app to manage tasks and memos through natural language. It allows users to list, create, update, and delete todos and notes using a Workspace ID.992MIT
- Alicense-qualityDmaintenanceEnables AI assistants to create, read, update, delete, and list memos via the MCP protocol.3MIT
- FlicenseAqualityBmaintenanceA local MCP server for managing Markdown notes, enabling create, list, read, search, summarize, and delete operations through natural language.61
- Alicense-qualityDmaintenanceMCP server for creating, listing, updating, deleting memos, and managing attachments via the Memos API.24MIT
Related MCP Connectors
GibsonAI MCP server: manage your databases with natural language
MCP server for generating rough-draft project plans from natural-language prompts.
Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.
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/crapex/memos-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server