memos-mcp-server
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., "@memos-mcp-serverCreate a memo saying 'Buy groceries tomorrow'"
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.
Memos MCP Server
A FastMCP-based MCP (Model Context Protocol) server implementation for Memos, allowing AI assistants to interact with the Memos note-taking system through the MCP protocol.
Features
š Create Memos - Create new memos with Markdown support
š Read Memos - Get detailed information about specific memos
āļø Update Memos - Modify existing memo content and properties
šļø Delete Memos - Remove specified memos
š Get Recent Memos - Retrieve a list of recent memos
š Authentication - Optional static token verification support
š³ Docker Support - Docker and Docker Compose configurations provided
Related MCP server: Ninetn MCP Server
Environment Variables
Before starting the service, you need to set the following environment variables:
Required Environment Variables
Variable Name | Description | Example |
| URL of the Memos server |
|
| Memos API key |
|
Optional Environment Variables
Variable Name | Description | Default | Example |
| MCP server authentication token | None |
|
Quick Start
Local Development
Clone the repository
git clone <repository-url> cd memos-mcpInstall dependencies
uv syncSet environment variables
export MEMOS_SERVER_URL="https://your-memos-server.com" export MEMOS_API_KEY="your-api-key" # Optional: Set authentication token export MEMOS_MCP_AUTH_TOKEN="your-auth-token"Start the service
uv run main.py
The service will start at http://localhost:8000 with the MCP endpoint at http://localhost:8000/mcp.
Using Docker
Using Docker Compose (Recommended)
# Set environment variables export MEMOS_SERVER_URL="https://your-memos-server.com" export MEMOS_API_KEY="your-api-key" # Start the service docker-compose up -dUsing Docker directly
docker build -t memos-mcp . docker run -p 8000:8000 \ -e MEMOS_SERVER_URL="https://your-memos-server.com" \ -e MEMOS_API_KEY="your-api-key" \ memos-mcp
Connection
Protocol: HTTP
Endpoint:
http://localhost:8000/mcpPort: 8000
Available Tools and Resources
Tools
create_memo
Create a new memo
Parameters:
content(string): Memo content with Markdown supportvisibility(string, optional): Visibility setting, defaults toVISIBILITY_UNSPECIFIEDPRIVATE: PrivatePROTECTED: ProtectedPUBLIC: PublicVISIBILITY_UNSPECIFIED: Unspecified
update_memo
Update an existing memo
Parameters:
memo_resource_name(string): Memo resource name (e.g.,memos/123or123)content(string, optional): New memo contentstate(string, optional): Memo stateSTATE_UNSPECIFIED: UnspecifiedACTIVE: ActiveARCHIVED: Archived
visibility(string, optional): Visibility settingpinned(boolean, optional): Whether the memo is pinned
delete_memo
Delete a memo
Parameters:
memo_resource_name(string): Resource name of the memo to delete
Resources
memos://{memo_resource_name}/info
Get detailed information about a specific memo
Returns: Information including state, content, visibility, creation time, update time, tags, pinned status, and attachments
memos://recent_memos
Get a list of recent memos
Returns: A list of recent memos, each containing name, state, content, and visibility
Development
Project Structure
memos-mcp/
āāā main.py # Main service file
āāā pyproject.toml # Project configuration
āāā Dockerfile # Docker configuration
āāā docker-compose.yaml # Docker Compose configuration
āāā README.md # Project documentationDependencies
Python >= 3.13
fastmcp >= 2.12.2
requests >= 2.32.5
Development Environment Setup
Ensure uv is installed
Clone the repository and install dependencies:
uv syncSet environment variables and run:
uv run main.py
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contributing
Issues and Pull Requests are welcome!
Related Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Memos instances for knowledge management. Supports searching, creating, updating, and retrieving memos with markdown content, tags, and visibility controls.Last updated45MIT
- AlicenseAqualityDmaintenanceEnables integration with the Ninetn AI-powered memo application to create, search, and manage memos through natural language. It facilitates AI-assisted memo retrieval and storage by connecting MCP clients to a local Ninetn instance.Last updated429MIT
- -license-quality-maintenanceIntegrates the Mem0 Memory API with MCP-compatible clients to provide AI agents with persistent, long-term memory capabilities. It enables users to add, search, update, and delete memories to maintain context and personalization across different interactions.Last updated
- Alicense-qualityFmaintenanceEnables creating memos and attaching files to a Memos instance via MCP tools.Last updatedMIT
Related MCP Connectors
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
Secure, user-owned long-term memory for AI agents over OAuth-protected remote MCP. Save, search, recall, update, and govern preferences, project context, decisions, and task state across ChatGPT, Claude, Copilot, IDEs, and CLIs.
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/mylxsw/memos-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server