Supermemory MCP server

Personal knowledge platform that helps collect, organize, and recall information from various sources with end-to-end encryption and optional self-hosting.
Back to servers
Provider
Dhravya Shah
Release date
Feb 27, 2024
Language
TypeScript
Stats
9.3K stars

Supermemory is an AI-powered second brain that helps you organize and retrieve your personal knowledge. It creates a searchable pool of information from your saved content across various platforms, making it easy to find and use your data when you need it most.

Getting Started

Installation Options

Using the Web Version

The simplest way to use Supermemory is through the web application:

  1. Visit supermemory.com
  2. Sign in with your credentials
  3. Start saving and organizing your content

Installing the Chrome Extension

The Chrome extension allows you to easily save websites as you browse:

  1. Download the extension from the Chrome Web Store
  2. Pin the extension to your toolbar for easy access
  3. Click on the Supermemory icon to save the current website

Using Supermemory

Importing from Integrations

Supermemory can connect with various platforms to import your existing content:

  1. Open Supermemory
  2. Navigate to the integrations section
  3. Follow the steps to connect your accounts:
    • Twitter bookmarks
    • Chrome bookmarks
    • Notion
    • And more

Saving Content

There are several ways to add content to your Supermemory:

  1. Using the Chrome extension:

    • Browse to any webpage
    • Click the Supermemory icon in your toolbar
    • The page will be saved to your account
  2. Direct input:

    • Use the web interface to manually add:
      • Ideas
      • Notes
      • Contacts
      • Any other information you want to store

Searching Your Memory

The powerful search feature allows you to quickly find any saved information:

  1. Use the search bar at the top of the interface
  2. Type keywords related to what you're looking for
  3. Results will display matching items from across all your saved content

Chatting with Collections

You can interact with specific knowledge bases through the chat feature:

  1. Select a collection or category
  2. Use the chat interface to ask questions
  3. Supermemory will provide answers based on your saved content

Memory Refresh

Supermemory helps you retain information by:

  1. Showing contextually relevant items for re-learning
  2. Surfacing content at optimal intervals to aid retention
  3. Helping you build connections between related pieces of information

Key Features

  • Ideation: Capture and save ideas effortlessly
  • Bookmarks: Import, organize, and resurface bookmarks when needed
  • Contacts: Store and manage information about people you know
  • Twitter Bookmarks: Import and utilize your saved tweets
  • Powerful Search: Quickly find any saved information
  • Chat with Collections: Interact with specific knowledge bases
  • Memory Refresh: Contextually shows relevant items for re-learning
  • Privacy Focused: Ensures data security and privacy
  • Self Hostable: Open source and easy to deploy locally
  • Integrations: Compatible with Telegram, Twitter, Chrome bookmarks, Notion, and more

API Access

Developers can build applications using the Supermemory API:

Potential applications include:

  • Import tools
  • Chat interfaces for specific content
  • Personalization in existing applications
  • Content management systems

How to add this MCP server to Cursor

There are two ways to add an MCP server to Cursor. The most common way is to add the server globally in the ~/.cursor/mcp.json file so that it is available in all of your projects.

If you only need the server in a single project, you can add it to the project instead by creating or adding it to the .cursor/mcp.json file.

Adding an MCP server to Cursor globally

To add a global MCP server go to Cursor Settings > MCP and click "Add new global MCP server".

When you click that button the ~/.cursor/mcp.json file will be opened and you can add your server like this:

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

Adding an MCP server to a project

To add an MCP server to a project you can create a new .cursor/mcp.json file or add it to the existing one. This will look exactly the same as the global MCP server example above.

How to use the MCP server

Once the server is installed, you might need to head back to Settings > MCP and click the refresh button.

The Cursor agent will then be able to see the available tools the added MCP server has available and will call them when it needs to.

You can also explictly ask the agent to use the tool by mentioning the tool name and describing what the function does.

Want to 10x your AI skills?

Get a free account and learn to code + market your apps using AI (with or without vibes!).

Nah, maybe later