Skip to content
Claude Desktop

agent magnet for Claude Desktop

io.github.helinakdogan/agent-magnet

Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex.

client:Claude Desktop transport:stdio runtime:pypi

Install agent magnet in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-magnet": {
      "command": "uvx",
      "args": [
        "agent-magnet"
      ],
      "env": {
        "MAGNET_USER_ID": "<MAGNET_USER_ID>",
        "MAGNET_OPENAI_KEY": "<MAGNET_OPENAI_KEY>",
        "MAGNET_LOCAL_MODE": "<MAGNET_LOCAL_MODE>",
        "MAGNET_REDIS_URL": "<MAGNET_REDIS_URL>",
        "MAGNET_PROJECT_ID": "<MAGNET_PROJECT_ID>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agent magnet in other clients