Supermemory

v1.0.0Knowledge & Memorystable

An MCP server that enables users to visualize Supermemory document data as an interactive memory graph within MCP-compatible clients like Claude. It provides a dedicated tool to fetch and render data as an interactive widget while keeping API keys se

cloudflaremcp
Share:
1,691
Stars
0
Downloads
0
Weekly
0/5

What is Supermemory?

Supermemory is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server that enables users to visualize supermemory document data as an interactive memory graph within mcp-compatible clients like claude. it provides a dedicated tool to fetch and render data as ...

An MCP server that enables users to visualize Supermemory document data as an interactive memory graph within MCP-compatible clients like Claude. It provides a dedicated tool to fetch and render data as an interactive widget while keeping API keys se

This server falls under the Knowledge & Memory category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • An MCP server that enables users to visualize Supermemory do

Use Cases

Visualize document data as an interactive memory graph.
Fetch and render Supermemory data securely within MCP clients.
supermemoryai

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.0.0
UpdatedMay 20, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx supermemory-mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Supermemory

Supermemory MCP is a memory persistence layer for AI assistants that lets you store, retrieve, and visualize information across sessions and across different MCP-compatible clients. Built on the Supermemory API, it provides fast, scalable memory storage so that context you save with one AI tool is immediately available in another — eliminating the need to re-explain background information in every conversation. Users and developers use it to build a persistent knowledge base that travels with them across Claude, and any other MCP-compatible client.

Prerequisites

  • An MCP-compatible client such as Claude Desktop
  • A Supermemory account (free, no credit card required) — sign up at https://app.supermemory.ai
  • A Supermemory API key from https://console.supermemory.ai (required for self-hosted deployments; optional for the hosted service)
1

Sign up for Supermemory

Create a free account at app.supermemory.ai. No credit card is required and the service is free to use.

# Visit: https://app.supermemory.ai
# Click Sign Up and create your account
2

One-click install via Claude DXT

The quickest way to install is via the Claude DXT file. Download it from the Supermemory assets URL and double-click to install into Claude Desktop.

# Download the DXT file:
curl -L https://assets.supermemory.ai/mcp-dxt.dxt -o supermemory-mcp.dxt
# Then double-click the .dxt file to install into Claude Desktop
3

Manual configuration for Claude Desktop

Alternatively, add the server block manually to your Claude Desktop configuration file.

{
  "mcpServers": {
    "supermemory": {
      "command": "npx",
      "args": ["supermemory-mcp"],
      "env": {
        "SUPERMEMORY_API_KEY": "your_api_key_here"
      }
    }
  }
}
4

Obtain an API key (for self-hosted setup)

If you are self-hosting the Supermemory backend, retrieve your API key from the Supermemory console and set it in the server config.

# Visit: https://console.supermemory.ai
# Generate an API key and copy it into SUPERMEMORY_API_KEY
5

Test memory storage

Restart Claude Desktop and ask it to remember a piece of information. Then start a new conversation and ask it to recall what it remembered.

Supermemory Examples

Client configuration

Claude Desktop config with SUPERMEMORY_API_KEY for authenticated access.

{
  "mcpServers": {
    "supermemory": {
      "command": "npx",
      "args": ["supermemory-mcp"],
      "env": {
        "SUPERMEMORY_API_KEY": "your_api_key_here"
      }
    }
  }
}

Prompts to try

Example prompts for storing and retrieving memories across sessions.

- "Remember that my preferred coding language is TypeScript and I work at Acme Corp"
- "What do you remember about my project preferences?"
- "Save this API design decision: we use REST with camelCase JSON fields"
- "Search my memories for anything related to authentication"
- "Show me my memory graph as an interactive visualization"

Troubleshooting Supermemory

Memories are not persisting between sessions

Verify that the MCP server is connected (check Claude Desktop's server status). Memories only persist when stored via the MCP tools — ensure you are explicitly asking Claude to 'remember' information, not relying on its built-in context window.

Authentication fails with SUPERMEMORY_API_KEY

Generate a fresh API key at https://console.supermemory.ai and update the env variable. Keys for self-hosted deployments are separate from the hosted service credentials.

The DXT installation fails or Claude does not recognize the extension

Ensure you are running a recent version of Claude Desktop that supports .dxt extensions. As a fallback, use the manual npx configuration method instead.

Frequently Asked Questions about Supermemory

What is Supermemory?

Supermemory is a Model Context Protocol (MCP) server that mcp server that enables users to visualize supermemory document data as an interactive memory graph within mcp-compatible clients like claude. it provides a dedicated tool to fetch and render data as an interactive widget while keeping api keys se It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Supermemory?

Follow the installation instructions on the Supermemory GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Supermemory?

Supermemory works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Supermemory free to use?

Yes, Supermemory is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.

Browse More Knowledge & Memory MCP Servers

Explore all knowledge & memory servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Supermemory?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides