mcp-server-memos
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., "@mcp-server-memoscreate a note about weekly report"
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.
MCP Server Memos
这是一个 MCP 服务器,用于与 Memos 笔记服务进行交互。通过这个服务器,你可以在任何支持 MCP 协议的客户端中使用自然语言与 Memos 进行交互。
功能特性
🔍 搜索笔记
✨ 创建新笔记(支持设置可见性)
📖 获取笔记内容
✏️ 更新笔记内容
🔐 使用访问令牌进行安全认证
Related MCP server: Memos MCP Server
配置说明
环境变量
你可以通过以下两种方式之一配置服务器:
环境变量:
MEMOS_URL=https://your-memos-server # Memos 服务器地址
MEMOS_TOKEN=your_access_token # 访问令牌命令行参数:
--memos_url=https://your-memos-server
--memos_token=your_access_token在 Cursor 中配置
在 Cursor 的配置文件中(通常位于 ~/.cursor/mcp.json)添加以下配置:
{
"mcpServers": {
"mcp-server-memos": {
"command": "npx",
"args": ["-y","@chenyqthu/mcp-server-memos"],
"env": {
"MEMOS_URL": "https://your-memos-server",
"MEMOS_TOKEN": "your_access_token"
}
}
}
}使用 MCP.so 托管版本
本服务已支持托管在 MCP.so 上,你可以直接使用托管版本而无需在本地配置和运行服务器。
在使用 MCP.so 托管版本时,只需提供以下参数:
MEMOS_URL: 你的 Memos 服务器地址MEMOS_TOKEN: 你的 Memos 访问令牌
安装和运行
克隆仓库:
git clone https://github.com/your-username/mcp-server-memos.git
cd mcp-server-memos安装依赖:
npm install创建
.env文件:
MEMOS_URL=https://your-memos-server
MEMOS_TOKEN=your_access_token运行服务:
npm run inspector可用工具
服务器提供以下工具:
search_memo- 搜索笔记key_word: 搜索关键词
create_memo- 创建新笔记content: 笔记内容
visibility: 笔记可见性 (PUBLIC/PROTECTED/PRIVATE, 默认: PRIVATE)
get_memo- 获取指定笔记name: 笔记ID (格式: memos/{id})
update_memo- 更新指定笔记name: 笔记ID (格式: memos/{id})
content: 新的笔记内容
使用示例
在 Cursor 中,你可以这样使用:
创建笔记:
帮我记录一条笔记: 今天学习了 MCP Server 开发搜索笔记:
搜索包含 "MCP" 关键词的笔记开发说明
使用 TypeScript 开发
支持热重载开发 (npm run watch)
托管在 MCP.so
该项目已配置为可以托管在 MCP.so 平台上。通过托管,你可以:
无需本地安装和配置
稳定的服务可用性
集成到 MCP Playground 中
托管步骤
确保你的代码已托管在 GitHub 上并使用商业友好的开源许可证(MIT、Apache 等)
确保代码不依赖于读取本地数据(如文件、本地数据库等)
通过 MCP.so 平台提交你的服务器
审核通过后,你的服务器将显示在 MCP Playground 中
注意事项
请妥善保管你的访问令牌
在生产环境中使用时,建议使用环境变量而不是命令行参数传递敏感信息
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/ChenyqThu/mcp-server-memos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server