memflow-mcp
MemFlow MCP
Documentation
memflow-mcp
A Model Context Protocol (MCP) server that enables Large Language Models to store and retrieve persistent memories with intelligent search capabilities.
Description
MemFlow MCP provides seamless integration between LLMs like Claude and your Memory Bank API, allowing for persistent memory management across conversations. The server supports adding memories with tags, semantic search, and flexible memory retrieval.
Installation
npx memflow-mcpOr install globally:
pnpm add -g memflow-mcpConfiguration
Environment Variables
MEMBANK_API_URL=http://localhost:3000
MEMBANK_API_KEY=your-api-key # optionalClaude Desktop
See CLAUDE_DESKTOP_CONFIG.md for detailed configuration options for different Node.js installations.
Quick start - Find your npx path and use it:
which npxThen configure Claude Desktop:
{
"mcpServers": {
"memflow": {
"command": "/your/npx/path",
"args": ["-y", "memflow-mcp"],
"env": {
"MEMBANK_API_URL": "http://localhost:3000"
}
}
}
}Available Tools
- addMemory - Store content with optional tags
- searchMemory - Search memories with semantic matching
- listMemories - Browse stored memories with filtering
Usage
Once configured, you can use these commands in Claude:
Add this to memory: "Claude can now remember things across conversations"
Search my memories for "conversations"
List my recent memoriesRequirements
- Node.js 18+
- Memory Bank API server running
Troubleshooting
"spawn npx ENOENT" Error
1. Find your npx path:
which npxUse this full path in your Claude Desktop config.
2. Common paths:
3. Test it works:
/your/npx/path -y memflow-mcp"Unexpected token" JSON Errors
- Ensure `MEMBANK_API_URL` is set correctly
- Check that your Memory Bank API is running
- Restart Claude Desktop after config changes
API Endpoints
Your Memory Bank API should support:
- `POST /memory` - Create memory
- `GET /memory` - List/search memories
License
MIT
Frequently asked questions
What is memflow-mcp?
memflow-mcp is MemFlow MCP
How do I install memflow-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is memflow-mcp open source?
Yes — it is hosted on GitHub at https://github.com/sacmii/memflow-mcp.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients.
Use any LLMs (Large Language Models) for Deep Research. Support SSE API and MCP server.
Enhanced MCP server for interactive user feedback and command execution in AI-assisted development, featuring dual interface support (Web UI and Desktop Application) with intelligent environment detection and cross-platform compatibility.
A powerful Zotero AI and MCP plugin with ChatGPT, Gemini 3.7, Claude Fable 5, Claude Opus 5, DeepSeek V4, Grok, OpenRouter, Kimi k3, GLM 5.3, SiliconFlow, GPT-oss, Gemma 4, Qwen 3.8
Connect your browser to AI models. Just use Dia on Chrome, Arc or Firefox.
文颜 MCP Server 可以让 AI 自动将 Markdown 文章排版后发布至微信公众号。
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP