About
MCP server for Mem.ai integration
README
MCP server for integrating Mem.ai with Claude using the Mem.ai v2 API.
Version
2.1.0
Setup
- Deploy to Railway (or any Node.js hosting platform)
- Add
MEM_API_KEYenvironment variable with your Mem.ai API key - Optionally set
CORS_ORIGINto restrict cross-origin access (defaults to*) - Use the MCP endpoint in Claude.ai connectors
Endpoints
- MCP (Streamable HTTP - Recommended):
https://your-app.railway.app/mcp - SSE (Legacy):
https://your-app.railway.app/sse - Health check:
https://your-app.railway.app/health - Info:
https://your-app.railway.app/
Available Tools
Notes Management
mem_search- Search notes using semantic search (with filters for collections, tasks, images, files)mem_list- List notes with filtering and cursor-based paginationmem_create- Create new notes with optional collection assignment and custom timestampsmem_read- Read specific notes by ID
Intelligent Processing
mem_it- Send content to Mem.ai for intelligent processing and organization (async)
Collections
mem_collections_list- List all collectionsmem_collections_search- Search for collections
API Reference
For detailed API documentation, visit: https://docs.mem.ai/api-reference/overview/introduction
Requirements
- Node.js >= 18.0.0
- Mem.ai API key
Environment Variables
| Variable | Required | Description |
|---|---|---|
MEM_API_KEY |
Yes | Your Mem.ai API key |
PORT |
No | Server port (default: 3000) |
CORS_ORIGIN |
No | Allowed CORS origin (default: *) |
Dependencies
@modelcontextprotocol/sdk- MCP protocol implementationexpress- Web serverzod- Schema validation
Installing Mem
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/Schmouly/mem-mcp-serverFAQ
Is Mem MCP free?
Yes, Mem MCP is free — one-click install via Unyly at no cost.
Does Mem need an API key?
No, Mem runs without API keys or environment variables.
Is Mem hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Mem in Claude Desktop, Claude Code or Cursor?
Open Mem on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Mem with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
