MemFlow MCP
Enables Large Language Models to store and retrieve persistent memories with intelligent search capabilities.
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-mcp
Or install globally:
pnpm add -g memflow-mcp
Configuration
Environment Variables
MEMBANK_API_URL=http://localhost:3000
MEMBANK_API_KEY=your-api-key # optional
Claude 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 npx
Then 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 memories
Requirements
- Node.js 18+
- Memory Bank API server running
Troubleshooting
"spawn npx ENOENT" Error
-
Find your npx path:
which npxUse this full path in your Claude Desktop config.
-
Common paths:
- asdf:
/Users/username/.asdf/shims/npx - Homebrew (Intel):
/usr/local/bin/npx - Homebrew (Apple Silicon):
/opt/homebrew/bin/npx - System:
/usr/bin/npx
- asdf:
-
Test it works:
/your/npx/path -y memflow-mcp
"Unexpected token" JSON Errors
- Ensure
MEMBANK_API_URLis 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 memoryGET /memory- List/search memories
License
MIT
Related Servers
Dremio
Integrate Large Language Models (LLMs) with the Dremio data lakehouse platform.
CData Bullhorn CRM
A read-only MCP server by CData that enables LLMs to query live data from Bullhorn CRM. Requires the CData JDBC Driver for Bullhorn CRM.
Certinia MCP Server by CData
A read-only MCP server that allows LLMs to query live Certinia data. Powered by CData.
Atlan
Official MCP Server from Atlan which enables you to bring the power of metadata to your AI tools
MCP for Neo4j
Connects to Neo4j graph databases with ability to use GDS functions ( when available), a read only mode , and set the sample size for schema detection
Video Metadata MCP Server
Manages video metadata, including game information, teams, scores, and other sports-related data.
MySQL MCP Server
Provides tools for AI assistants to interact with a MySQL database.
MCP BigQuery Server
Securely access BigQuery datasets with intelligent caching, schema tracking, and query analytics via Supabase integration.
Hasura GraphQL
Interact with a Hasura GraphQL endpoint, enabling schema introspection, queries, mutations, and data aggregation.
Teradata
A collection of tools for managing the platform, addressing data quality and reading and writing to Teradata Database.