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.
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.
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.
claude mcp add agent-magnet -- uvx agent-magnet
{
"mcpServers": {
"agent-magnet": {
"args": [
"agent-magnet"
],
"command": "uvx"
}
}
}
[mcp_servers.agent-magnet]
command = "uvx"
args = ["agent-magnet"]
{
"mcpServers": {
"agent-magnet": {
"args": [
"agent-magnet"
],
"command": "uvx"
}
}
}
{
"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.
Lint, measure, and sync AI context files across Cursor, Claude Code, Copilot.
ContextStream MCP server for code context, memory, search, and AI tools.
Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.
Persistent cross-project memory for Cursor and Claude Code using local semantic search.
Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.
Route coding work across Claude Code, Codex, Cursor, and OpenCode with shared context.
Private AI context layer for semantic code search, dependency graphs, memory, and workspaces.
AI cost tracking: 11 tools for spend, budgets, and Claude Code + Cursor + Cline costs
Answers built from our own checks of this server.