MCP server for Memos built with FastMCP - self-hosted note-taking tool
Project description
Memos MCP Server
MCP server for Memos - the open-source, self-hosted note-taking tool.
Features
- Tools: Create, read, update, delete, search memos
- Resources: Access memo lists, tags, and statistics
- Prompts: Quick templates for common operations
Installation
pip install memos-mcp
Configuration
Set environment variables:
export MEMOS_URL="https://your-memos-instance.com"
export MEMOS_TOKEN="your-api-token"
Usage with Claude Desktop
Add to your Claude Desktop config:
{
"mcpServers": {
"memos": {
"command": "uvx",
"args": ["memos-mcp"],
"env": {
"MEMOS_URL": "https://your-memos-instance.com",
"MEMOS_TOKEN": "your-api-token"
}
}
}
}
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
memos_fastmcp-0.1.1.tar.gz
(43.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file memos_fastmcp-0.1.1.tar.gz.
File metadata
- Download URL: memos_fastmcp-0.1.1.tar.gz
- Upload date:
- Size: 43.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b54bb0d90524a024af47773feb895ef5bcff0e8551831d3ab60e948e10a2fffd
|
|
| MD5 |
e11459a0969ea2601013eea128ec59a6
|
|
| BLAKE2b-256 |
6781fadbc61fb8e4701847614333dedd39d2eb4d1fa0aff347676113a013f2e2
|
File details
Details for the file memos_fastmcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: memos_fastmcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36c20ed631a2cf4c6acd7b3aa731bf4e51c656e45e916785e70fa178766f1b79
|
|
| MD5 |
41ea4ca088670a1e3fd7e1aee1e5c2a7
|
|
| BLAKE2b-256 |
9167b79fff6fe352687607cd3981debe01e89fd715ad5fd23ea1237139d8cb6a
|