MCP Server Memos 📝
A Python package enabling LLM models to interact with the Memos server via the MCP interface for searching, creating, retrieving, and managing memos.
Overview
MCP Server Memos is a Python package that allows LLM models to interact with the Memos server through the MCP (Model Context Protocol) interface for searching, creating, retrieving, and managing memos.
To use this package, include it in your configuration file as a plugin, or install it via pip or Smithery. You can also run it as a command line tool or as a library in your Python code.
- 🔍 Search memos with keywords - ✨ Create new memos with customizable visibility - 📖 Retrieve memo content by ID - 🏷️ List and manage memo tags - 🔐 Secure authentication using access tokens
- Automating memo management in applications.
- Integrating memo functionalities into LLM-based systems.
- Enhancing productivity tools with memo capabilities.
Add to your AI client
Use these steps to connect MCP Server Memos 📝 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-memos-py-ryojerryyu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-memos-py-ryojerryyu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-memos-py-ryojerryyu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-memos-py-ryojerryyu": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-memos-py-ryojerryyu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-memos-py-ryojerryyu": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-memos-py-ryojerryyu"
]
}
}
}FAQ
Can I use MCP Server Memos with any LLM model?
Yes! It is designed to work with various LLM models that support the MCP interface.
Is there a cost associated with using MCP Server Memos?
No, it is open-source and free to use under the MIT License.
How do I authenticate with the Memos server?
You need to provide an access token in your configuration to authenticate.7:["$","div"