📦
Memos
Self-evolving memory OS for LLM & AI Agents: ultra-persistent memory, hybrid-retrieval, and cross-task skill reuse, with 35.24% token savings
0 installs
21 stars
6 forks
Trust: 64 — Good
Ai
Installation
npx mcp-server-memosAsk AI about Memos
Powered by Claude · Grounded in docs
I know everything about Memos. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
memos-mcp-server
A MCP(Model Context Protocol) server for Memos.
Tools
search_memos: Search memos with keyword.create_memo: Create a new memo.
Usage
Installing via Smithery
To install mcp-server-memos for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @LeslieLeung/mcp-server-memos --client claude
{
"mcpServers": [
"memos": {
"command": "uvx",
"args": [
"memos-mcp-server"
],
"env": {
"MEMOS_URL": "https://memos.example.com",
"MEMOS_API_KEY": "your_api_key",
"DEFAULT_TAG": "#mcp"
}
}
]
}
