https://github.com/leslieleung/mcp-server-memos
A MCP(Model Context Protocol) server for Memos.
https://github.com/leslieleung/mcp-server-memos
mcp mcp-server memos usememos
Last synced: 2 months ago
JSON representation
A MCP(Model Context Protocol) server for Memos.
- Host: GitHub
- URL: https://github.com/leslieleung/mcp-server-memos
- Owner: LeslieLeung
- Created: 2025-03-19T02:12:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-20T19:09:40.000Z (8 months ago)
- Last Synced: 2025-08-24T19:46:23.337Z (3 months ago)
- Topics: mcp, mcp-server, memos, usememos
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- toolsdk-mcp-registry - ❌ memos-mcp-server - taking application, enabling search of existing notes and creation of new ones with automatic tagging. (python) (Knowledge & Memory)
- toolsdk-mcp-registry - ❌ memos-mcp-server - taking application, enabling search of existing notes and creation of new ones with automatic tagging. (python) (Knowledge & Memory / How to Submit)
README
# memos-mcp-server
[](https://smithery.ai/server/@LeslieLeung/mcp-server-memos)
A [MCP(Model Context Protocol)](https://modelcontextprotocol.io) server for [Memos](https://github.com/usememos/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](https://smithery.ai/server/@LeslieLeung/mcp-server-memos):
```bash
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"
}
}
]
}
```