
Agent Magnet
@helinakdogan
About Agent Magnet
Self-learning memory for AI tools. Remembers user preferences and context across Claude, Cursor, and Codex — with multi-parameter forgetting and cross-tool identity.


Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-magnet": {
"command": "agent-magnet-mcp",
"env": {
"MAGNET_USER_ID": "your_name"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Agent Magnet?
Persistent memory for AI coding tools. Remembers your decisions, conventions, and what you've tried, and shares it across Claude, Cursor, and Codex.
How to use Agent Magnet?
Two ways to connect:
Local (free, runs on your machine):
pip install agent-magnet
agent-magnet init
init detects Claude, Cursor, and Codex and configures them automatically. No Redis, no keys. Runs locally with SQLite.
Hosted (for teams):
Connect directly to mcp.agentmagnet.app with an API key from agentmagnet.app — no install needed. You can request a demo at agentmagnet.app to get set up.
Key features
- Same memory across Claude, Cursor, and Codex
- Learns automatically as you work
- Forgets what's outdated
- Team memory. One person learns it, everyone inherits it
- Local mode keeps your data on your machine; hosted mode for teams that want zero setup
Use cases
- Stop re-explaining your project every session
- Switch between AI tools without losing context
- New team members inherit the team's decisions instantly
- Teams that want managed infrastructure instead of running their own
FAQ
Is it free?
Local use is free and unlimited. Team memory (hosted, shared across your team) is a paid feature but you can request a free demo at agentmagnet.app.
Do I need Redis?
Not for local mode — that's SQLite, zero setup. Hosted mode is fully managed, nothing to configure either.
How does memory sync across tools?
Every tool connects to the same memory, local or hosted, so what one tool learns, the others see instantly.
How do I try the hosted version?
Request a free demo at agentmagnet.app.
Feel free to ask anything.
Frequently asked questions
Is it free?
Local use is free and unlimited. Team memory (hosted, shared across your team) is a paid feature but you can request a free demo at agentmagnet.app.
Do I need Redis?
Not for local mode — that's SQLite, zero setup. Hosted mode is fully managed, nothing to configure either.
How does memory sync across tools?
Every tool connects to the same memory, local or hosted, so what one tool learns, the others see instantly.
How do I try the hosted version?
Request a free demo at agentmagnet.app.
Feel free to ask anything.
Basic information
More Memory & Knowledge MCP servers
Rust Docs MCP Server
Govcraft🦀 Prevents outdated Rust code suggestions from AI assistants. This MCP server fetches current crate docs, uses embeddings/LLMs, and provides accurate context via a tool call.

PLUR
plur-aiAI agents start every session with amnesia — you re-explain the project, repeat your preferences, and correct the same mistakes over and over. PLUR gives them a memory that persists. Your agent's corrections, preference
Notion MCP Server
makenotionOfficial Notion MCP Server
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
RAG Documentation MCP Server
hannesrudolphAn MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
Comments