@usemnemo/mnemo-mcp
v0.1.2
Published
MCP server for Mnemo — query your developer memory from any AI agent
Downloads
413
Maintainers
Readme
mnemo-mcp
MCP server for Mnemo — query your developer memory from any AI agent.
Setup
Add to your MCP client configuration (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"mnemo": {
"command": "npx",
"args": ["-y", "mnemo-mcp"]
}
}
}Requirements
- Mnemo desktop app must be running for the MCP server to access your memory.
- The desktop app runs on
localhost:47822and handles all data storage and search.
Available Tools
| Tool | Description |
|---|---|
| search_memory | Semantic + full-text search across all clips and AI conversations |
| get_recent | Get most recent items from your memory |
| list_sessions | List conversation sessions |
| get_session | Get all memories from a specific session |
| summarize_today | Get a summary of today's activity |
How It Works
AI Agent ←→ mnemo-mcp (stdio) ←→ Mnemo Desktop App (localhost:47822) ←→ SQLite + EmbeddingsThe MCP server is a thin HTTP proxy. All search, embedding, and storage happens in the desktop app.
Development
npm install
npm run build
npm link # makes 'mnemo-mcp' available globallyLicense
MIT
