mcpbeat Sign in

Agent Magnet MCP Server

by helinakdogan Your server? Claim it
local only

Agent Magnet runs on your own machine — the client starts it, so there is no endpoint to ping. 801 installs a week from pypi. Last commit 6 Sep 2026.

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

Installs per day peak 740 · avg 158 · -43% w/w
a month agotoday
801
Installs / week
pypi · agent-magnet
14
Stars
0 open issues
6 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Agent Magnet every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agent-magnet -- uvx agent-magnet
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-magnet": {
      "args": [
        "agent-magnet"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-magnet]
command = "uvx"
args = ["agent-magnet"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-magnet": {
      "args": [
        "agent-magnet"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-magnet": {
      "args": [
        "agent-magnet"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: MAGNET_USER_ID (Your identifier used as the memory key across all tools), MAGNET_OPENAI_KEY (OpenAI API key for the reflector and classifier models), MAGNET_LOCAL_MODE (Set to 1 to use local SQLite storage — no Redis or external services needed), MAGNET_REDIS_URL (Redis connection URL for persistent shared storage (overrides local mode)), MAGNET_PROJECT_ID (Namespace for memory isolation across projects (defaults to 'default')). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Magnet

same job, measured the same way
AI Context Kit
by ofershap

Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.

52 installs/wk local only
ContextStream MCP Server
by contextstreamio

ContextStream MCP server for code context, memory, search, and AI tools.

1 106 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Longmem
by marerem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

49 installs/wk local only
C
Wontopos
by wontopos

Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.

461 installs/wk local only
Claudexor
by razzant

Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.

1 245 installs/wk local only
Infimium
by aryankumar06

Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.

301 installs/wk local only
Llmkit
by smigolsmigol

AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs

86 installs/wk local only

Agent Magnet — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Magnet?
Agent Magnet runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package agent-magnet was installed 801 times last week.
How do I connect Agent Magnet?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agent-magnet straight from pypi; nothing to host, nothing to sign up for.
How many people use Agent Magnet?
The pypi package agent-magnet was installed 801 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Magnet open source?
Yes — it is published under the MIT licence, written in Python and 14 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.