agent-magnet
Rank #9,694io.github.helinakdogan/agent-magnet
Behavioral memory layer for AI tools. Learns preferences and context across Claude, Cursor, Codex.
agent-magnet is a Model Context Protocol (MCP) server published by helinakdogan. It ranks #9,694 of 132,046 servers tracked on MCP Toplist, and its repository has 14 GitHub stars. agent-magnet is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 17, 2026 and most recently updated on Jun 18, 2026.
Ranks ahead of 122,352 of 132,046 servers on MCP Toplist.
Use agent-magnet
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add agent-magnet -e "MAGNET_USER_ID=<your MAGNET_USER_ID>" -e "MAGNET_OPENAI_KEY=<your MAGNET_OPENAI_KEY>" -e "MAGNET_LOCAL_MODE=<your MAGNET_LOCAL_MODE>" -e "MAGNET_REDIS_URL=<your MAGNET_REDIS_URL>" -e "MAGNET_PROJECT_ID=<your MAGNET_PROJECT_ID>" -- uvx agent-magnetReplace each placeholder with your own value before saving.
[mcp_servers.agent-magnet]
command = "uvx"
args = ["agent-magnet"]
[mcp_servers.agent-magnet.env]
MAGNET_USER_ID = "<your MAGNET_USER_ID>"
MAGNET_OPENAI_KEY = "<your MAGNET_OPENAI_KEY>"
MAGNET_LOCAL_MODE = "<your MAGNET_LOCAL_MODE>"
MAGNET_REDIS_URL = "<your MAGNET_REDIS_URL>"
MAGNET_PROJECT_ID = "<your MAGNET_PROJECT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-magnet": {
"command": "uvx",
"args": [
"agent-magnet"
],
"env": {
"MAGNET_USER_ID": "<your MAGNET_USER_ID>",
"MAGNET_OPENAI_KEY": "<your MAGNET_OPENAI_KEY>",
"MAGNET_LOCAL_MODE": "<your MAGNET_LOCAL_MODE>",
"MAGNET_REDIS_URL": "<your MAGNET_REDIS_URL>",
"MAGNET_PROJECT_ID": "<your MAGNET_PROJECT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-magnet": {
"command": "uvx",
"args": [
"agent-magnet"
],
"env": {
"MAGNET_USER_ID": "<your MAGNET_USER_ID>",
"MAGNET_OPENAI_KEY": "<your MAGNET_OPENAI_KEY>",
"MAGNET_LOCAL_MODE": "<your MAGNET_LOCAL_MODE>",
"MAGNET_REDIS_URL": "<your MAGNET_REDIS_URL>",
"MAGNET_PROJECT_ID": "<your MAGNET_PROJECT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"agent-magnet": {
"type": "stdio",
"command": "uvx",
"args": [
"agent-magnet"
],
"env": {
"MAGNET_USER_ID": "<your MAGNET_USER_ID>",
"MAGNET_OPENAI_KEY": "<your MAGNET_OPENAI_KEY>",
"MAGNET_LOCAL_MODE": "<your MAGNET_LOCAL_MODE>",
"MAGNET_REDIS_URL": "<your MAGNET_REDIS_URL>",
"MAGNET_PROJECT_ID": "<your MAGNET_PROJECT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-magnet": {
"command": "uvx",
"args": [
"agent-magnet"
],
"env": {
"MAGNET_USER_ID": "<your MAGNET_USER_ID>",
"MAGNET_OPENAI_KEY": "<your MAGNET_OPENAI_KEY>",
"MAGNET_LOCAL_MODE": "<your MAGNET_LOCAL_MODE>",
"MAGNET_REDIS_URL": "<your MAGNET_REDIS_URL>",
"MAGNET_PROJECT_ID": "<your MAGNET_PROJECT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"agent-magnet": {
"command": "uvx",
"args": [
"agent-magnet"
],
"env": {
"MAGNET_USER_ID": "<your MAGNET_USER_ID>",
"MAGNET_OPENAI_KEY": "<your MAGNET_OPENAI_KEY>",
"MAGNET_LOCAL_MODE": "<your MAGNET_LOCAL_MODE>",
"MAGNET_REDIS_URL": "<your MAGNET_REDIS_URL>",
"MAGNET_PROJECT_ID": "<your MAGNET_PROJECT_ID>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.helinakdogan%2Fagent-magnet)<a href="https://mcptoplist.com/server/io.github.helinakdogan%2Fagent-magnet"><img src="https://mcptoplist.com/badge/io.github.helinakdogan%2Fagent-magnet.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 5 registries (1 delisted)
helinakdogan
Available versions (1)
| Version | Published |
|---|---|
| 0.1.11 | Jun 18, 2026 |
Frequently asked questions
- Who maintains agent-magnet?
- agent-magnet is maintained by helinakdogan, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is agent-magnet listed on the Official MCP Registry?
- Yes — agent-magnet is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does agent-magnet have?
- MCP Toplist tracks 1 version of agent-magnet, most recently published on Jun 18, 2026.
- Where can I find the source code for agent-magnet?
- The source code for agent-magnet is hosted at github.com/helinakdogan/magnet-gateway.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.