Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mem

FreeNot checked

MCP server for Mem.ai integration

GitHubEmbed

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

  1. Deploy to Railway (or any Node.js hosting platform)
  2. Add MEM_API_KEY environment variable with your Mem.ai API key
  3. Optionally set CORS_ORIGIN to restrict cross-origin access (defaults to *)
  4. 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 pagination
  • mem_create - Create new notes with optional collection assignment and custom timestamps
  • mem_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 collections
  • mem_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 implementation
  • express - Web server
  • zod - Schema validation

from github.com/Schmouly/mem-mcp-server

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-server

FAQ

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

Compare Mem with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs