MCP Automem
Rank #2,339io.github.verygoodplugins/mcp-automem
MCP server providing automem capabilities
MCP Automem is a Model Context Protocol (MCP) server published by verygoodplugins. It ranks #2,339 of 115,460 servers tracked on MCP Toplist, and its repository has 65 GitHub stars. MCP Automem is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Jan 7, 2026 and most recently updated on Jan 7, 2026.
Ranks ahead of 113,121 of 115,460 servers on MCP Toplist.
Use MCP Automem
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http mcp-automem https://{endpoint}/mcpclaude mcp add --transport http mcp-automem https://{endpoint}/mcp/sseclaude mcp add mcp-automem -- npx -y @verygoodplugins/mcp-automem[mcp_servers.mcp-automem]
url = "https://{endpoint}/mcp"Add to ~/.codex/config.toml.
[mcp_servers.mcp-automem]
url = "https://{endpoint}/mcp/sse"Add to ~/.codex/config.toml.
[mcp_servers.mcp-automem]
command = "npx"
args = ["-y", "@verygoodplugins/mcp-automem"]Add to ~/.codex/config.toml.
https://{endpoint}/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
https://{endpoint}/mcp/sseSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"mcp-automem": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-automem"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-automem": {
"url": "https://{endpoint}/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-automem": {
"url": "https://{endpoint}/mcp/sse"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-automem": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-automem"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-automem": {
"type": "http",
"url": "https://{endpoint}/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-automem": {
"type": "http",
"url": "https://{endpoint}/mcp/sse"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-automem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-automem"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-automem": {
"serverUrl": "https://{endpoint}/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-automem": {
"serverUrl": "https://{endpoint}/mcp/sse"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-automem": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-automem"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-automem": {
"url": "https://{endpoint}/mcp"
}
}
}{
"mcpServers": {
"mcp-automem": {
"url": "https://{endpoint}/mcp/sse"
}
}
}{
"mcpServers": {
"mcp-automem": {
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-automem"
]
}
}
}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.verygoodplugins%2Fmcp-automem)<a href="https://mcptoplist.com/server/io.github.verygoodplugins%2Fmcp-automem"><img src="https://mcptoplist.com/badge/io.github.verygoodplugins%2Fmcp-automem.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
verygoodplugins
Other servers by verygoodplugins
- MCP FreeScout#2,699 · 5 vers
- MCP Evernote#4,507 · 2 vers
- MCP Toggl Server#4,949 · 2 vers
- MCP Pirsch#10,488 · 2 vers
- MCP Local Wp#11,174 · 2 vers
- Robinhood MCP#12,595 · 1 ver
- Streamdeck MCP#15,606 · 2 vers
- MCP Edd#24,607 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 0.10.0 | Jan 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Automem?
- MCP Automem is maintained by verygoodplugins, which publishes 11 MCP servers (20 total versions) tracked on MCP Toplist.
- Is MCP Automem listed on the Official MCP Registry?
- Yes — MCP Automem is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does MCP Automem have?
- MCP Toplist tracks 2 versions of MCP Automem, most recently published on Jan 7, 2026.
- Where can I find the source code for MCP Automem?
- The source code for MCP Automem is hosted at github.com/verygoodplugins/mcp-automem.