MCP Server Memos
@ChenyqThu
About MCP Server Memos
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-memos": {
"command": "npx",
"args": [
"-y",
"@chenyqthu/mcp-server-memos"
],
"env": {
"MEMOS_URL": "https://your-memos-server",
"MEMOS_TOKEN": "your_access_token"
}
}
}
}Tools
4Search for memos using keywords
Create a new memo
Get a specific memo by ID
Update a specific memo by ID
Overview
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.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
Comments