← Back to browse

About

Persistent memory for AI agents. Remember, recall, and explore a shared knowledge graph.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsSHAREDMEMORY_API_KEY SHAREDMEMORY_API_URL SHAREDMEMORY_VOLUME_ID
Claude Code
claude mcp add --env SHAREDMEMORY_API_KEY= --env SHAREDMEMORY_API_URL= --env SHAREDMEMORY_VOLUME_ID= memory -- npx @sharedmemory/mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"memory","command":"npx","args":["@sharedmemory/mcp-server"],"env":{"SHAREDMEMORY_API_KEY":"","SHAREDMEMORY_API_URL":"","SHAREDMEMORY_VOLUME_ID":""}}'
JSON
{
  "mcpServers": {
    "memory": {
      "command": "npx",
      "args": [
        "@sharedmemory/mcp-server"
      ],
      "env": {
        "SHAREDMEMORY_API_KEY": "",
        "SHAREDMEMORY_API_URL": "",
        "SHAREDMEMORY_VOLUME_ID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.