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.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments