MCP Server Memos
@ChenyqThu
关于 MCP Server Memos
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-memos": {
"command": "npx",
"args": [
"-y",
"@chenyqthu/mcp-server-memos"
],
"env": {
"MEMOS_URL": "https://your-memos-server",
"MEMOS_TOKEN": "your_access_token"
}
}
}
}工具
4Search for memos using keywords
Create a new memo
Get a specific memo by ID
Update a specific memo by ID
概览
What is MCP Server Memos?
MCP Server Memos is an MCP server that integrates with the Memos note service. It allows you to interact with Memos using natural language from any MCP‑compatible client, such as Cursor.
How to use MCP Server Memos?
Configure the server by setting the MEMOS_URL and MEMOS_TOKEN environment variables (or using the corresponding command-line arguments). In Cursor, add the server configuration to ~/.cursor/mcp.json as shown in the README. A hosted version is also available on MCP.so, requiring only those two parameters.
Key features of MCP Server Memos
- Search memos by keyword.
- Create new memos with configurable visibility.
- Retrieve a specific memo by its ID.
- Update the content of an existing memo.
- Authentication via access token.
Use cases of MCP Server Memos
- Quickly create notes from a chat interface.
- Search your Memos database without leaving your editor.
- Programmatically update or retrieve memos via MCP‑enabled agents.
- Integrate Memos into a larger MCP‑based workflow.
FAQ from MCP Server Memos
What environment variables are required?
MEMOS_URL (the Memos server address) and MEMOS_TOKEN (your access token) are required.
How do I install and run the server?
Clone the repository, run npm install, create a .env file with the required variables, and execute npm run inspector.
What tools does the server provide?
It provides search_memo, create_memo, get_memo, and update_memo.
Can I use a hosted version?
Yes, the server is hosted on MCP.so; you only need to provide MEMOS_URL and MEMOS_TOKEN.
What authentication does the server use?
The server uses an access token for secure authentication.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论