Connect Claude Code

Add PersMem as an MCP server in two steps. Takes about 60 seconds.

1

Open Claude Code Settings

In Claude Code, open Settings → MCP Servers (or edit ~/.claude/settings.json directly).

Quick open: Press Ctrl+, (or ⌘,) in Claude Code
2

Add the PersMem MCP Server

Add this to the mcpServers section of your settings:

~/.claude/settings.json
{
  "mcpServers": {
    "persmem": {
      "type": "http",
      "url": "https://persmem.dev/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
https://persmem.dev/mcp
3

Verify the Connection

Click below to confirm your API key can reach the PersMem server.

See PersMem in Action

You can also integrate with any MCP-compatible tool using the server URL above.