MCP External Memory
Rank #39,084io.github.daedalus/mcp-external-memory
An MCP server that gives LLMs persistent, searchable semantic memory
MCP External Memory is a Model Context Protocol (MCP) server published by daedalus. It ranks #39,084 of 115,460 servers tracked on MCP Toplist. MCP External Memory is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Mar 26, 2026 and most recently updated on Apr 13, 2026.
Ranks ahead of 76,376 of 115,460 servers on MCP Toplist.
Use MCP External Memory
claude mcp add mcp-external-memory -- uvx mcp-external-memory[mcp_servers.mcp-external-memory]
command = "uvx"
args = ["mcp-external-memory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-external-memory": {
"command": "uvx",
"args": [
"mcp-external-memory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-external-memory": {
"command": "uvx",
"args": [
"mcp-external-memory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-external-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-external-memory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-external-memory": {
"command": "uvx",
"args": [
"mcp-external-memory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-external-memory": {
"command": "uvx",
"args": [
"mcp-external-memory"
]
}
}
}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.daedalus%2Fmcp-external-memory)<a href="https://mcptoplist.com/server/io.github.daedalus%2Fmcp-external-memory"><img src="https://mcptoplist.com/badge/io.github.daedalus%2Fmcp-external-memory.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
daedalus
Other servers by daedalus
- mcp-sparql#31,108 · 1 ver
- Mcp_Reverse_Engineering#35,455 · 4 vers
- MCP Rfc Editor#39,085 · 3 vers
- MCP Smart Proxy#39,086 · 3 vers
- mcp-hashlib#39,684 · 3 vers
- mcp-sigrok#40,831 · 1 ver
- MCP Ecdsa#43,510 · 2 vers
- MCP Exa#43,511 · 2 vers
- MCP Rpn#43,512 · 2 vers
- MCP Sqlite3#43,513 · 2 vers
- mcp-server-nmap#45,279 · 2 vers
- MCP Cryptography#45,388 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Apr 13, 2026 |
| 0.1.1 | Mar 27, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP External Memory?
- MCP External Memory is maintained by daedalus, which publishes 53 MCP servers (73 total versions) tracked on MCP Toplist.
- Is MCP External Memory listed on the Official MCP Registry?
- Yes — MCP External Memory is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP External Memory have?
- MCP Toplist tracks 3 versions of MCP External Memory, most recently published on Apr 13, 2026.
- Where can I find the source code for MCP External Memory?
- The source code for MCP External Memory is hosted at github.com/daedalus/mcp-external-memory.