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
{
"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