MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Supermemory MCP Local

🏠 Supermemory MCP, Rewritten From Scratch as a Minimal Local Process

Created 2/1/2026
Updated 1 day ago
Repository documentation and setup instructions

🏠 Supermemory MCP (Local)

Supermemory MCP, Rewritten From Scratch as a Minimal Local Process

Setup

bun install

Usage

{
  "mcpServers": {
    "supermemory": {
      "command": "bun",
      "args": ["run", "/path/to/supermemory-mcp-local/index.ts"],
      "env": {
        "SUPERMEMORY_API_KEY": "sm_..."
      }
    }
  }
}

Tools

  • memory - Save or forget information
  • recall - Search memories
  • listProjects - List available projects
  • whoAmI - Get current user information

Prompts

  • context - Get user profile for system context

License

This project is licensed under the MIT License.

Quick Setup
Installation guide for this server

Install Package (if required)

npx @modelcontextprotocol/server-supermemory-mcp-local

Cursor configuration (mcp.json)

{ "mcpServers": { "fuwn-supermemory-mcp-local": { "command": "npx", "args": [ "fuwn-supermemory-mcp-local" ] } } }