Setup and usage
How to set up and use supermemory MCP
Hosted setup (recommended)
- Visit https://mcp.supermemory.ai
- Receive automatically generated unique URL (e.g.,
https://mcp.supermemory.ai/TN-IKxAcDdHWTJkMhtGLF/sse
) - Select your MCP client from the dropdown menu
- Copy the generated installation command
- Run the command:
npx install-mcp [YOUR_URL] --client [CLIENT_NAME]
Or follow the client configuration example below.
Self-hosted configuration
For users requiring complete data control:
- Obtain API key from https://console.supermemory.ai
- Create
.env
file withSUPERMEMORY_API_KEY=your_key
- Clone repository:
git clone https://github.com/supermemoryai/supermemory-mcp.git
- Configure MCP client to connect to local server instance
Client configuration example
- For Clients that support
url
configuration:
- Using
supergateway
withnpx
:
- Using
supergateway
withdocker
:
The equivalent MCP command would be: