Skip to content
Cline

agent magnet for Cline

io.github.helinakdogan/agent-magnet

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

client:Cline transport:stdio runtime:pypi

Install agent magnet in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

agent magnet in other clients