Echo Memory
Rank #8,063io.github.ayushcodes10/echo-mem
Shared memory for AI agents, as a graph in your own Postgres. Writes never call an LLM.
Echo Memory is a Model Context Protocol (MCP) server published by echo-mem. It ranks #8,063 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Echo Memory is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 20, 2026 and most recently updated on Sep 12, 2026.
Ranks ahead of 123,983 of 132,046 servers on MCP Toplist.
Use Echo Memory
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add --transport http echo-mem https://api.echo-mem.com/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add echo-mem -e "ECHO_MEMORY_DATABASE_URL=<your ECHO_MEMORY_DATABASE_URL>" -e "ECHO_MEMORY_USER_ID=<your ECHO_MEMORY_USER_ID>" -e "ECHO_MEMORY_AGENT_ID=<your ECHO_MEMORY_AGENT_ID>" -- uvx echo-memReplace each placeholder with your own value before saving.
[mcp_servers.echo-mem]
url = "https://api.echo-mem.com/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.echo-mem]
command = "uvx"
args = ["echo-mem"]
[mcp_servers.echo-mem.env]
ECHO_MEMORY_DATABASE_URL = "<your ECHO_MEMORY_DATABASE_URL>"
ECHO_MEMORY_USER_ID = "<your ECHO_MEMORY_USER_ID>"
ECHO_MEMORY_AGENT_ID = "<your ECHO_MEMORY_AGENT_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.echo-mem.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"echo-mem": {
"command": "uvx",
"args": [
"echo-mem"
],
"env": {
"ECHO_MEMORY_DATABASE_URL": "<your ECHO_MEMORY_DATABASE_URL>",
"ECHO_MEMORY_USER_ID": "<your ECHO_MEMORY_USER_ID>",
"ECHO_MEMORY_AGENT_ID": "<your ECHO_MEMORY_AGENT_ID>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echo-mem": {
"url": "https://api.echo-mem.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"echo-mem": {
"command": "uvx",
"args": [
"echo-mem"
],
"env": {
"ECHO_MEMORY_DATABASE_URL": "<your ECHO_MEMORY_DATABASE_URL>",
"ECHO_MEMORY_USER_ID": "<your ECHO_MEMORY_USER_ID>",
"ECHO_MEMORY_AGENT_ID": "<your ECHO_MEMORY_AGENT_ID>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"echo-mem": {
"type": "http",
"url": "https://api.echo-mem.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"echo-mem": {
"type": "stdio",
"command": "uvx",
"args": [
"echo-mem"
],
"env": {
"ECHO_MEMORY_DATABASE_URL": "<your ECHO_MEMORY_DATABASE_URL>",
"ECHO_MEMORY_USER_ID": "<your ECHO_MEMORY_USER_ID>",
"ECHO_MEMORY_AGENT_ID": "<your ECHO_MEMORY_AGENT_ID>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echo-mem": {
"serverUrl": "https://api.echo-mem.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"echo-mem": {
"command": "uvx",
"args": [
"echo-mem"
],
"env": {
"ECHO_MEMORY_DATABASE_URL": "<your ECHO_MEMORY_DATABASE_URL>",
"ECHO_MEMORY_USER_ID": "<your ECHO_MEMORY_USER_ID>",
"ECHO_MEMORY_AGENT_ID": "<your ECHO_MEMORY_AGENT_ID>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"echo-mem": {
"url": "https://api.echo-mem.com/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"echo-mem": {
"command": "uvx",
"args": [
"echo-mem"
],
"env": {
"ECHO_MEMORY_DATABASE_URL": "<your ECHO_MEMORY_DATABASE_URL>",
"ECHO_MEMORY_USER_ID": "<your ECHO_MEMORY_USER_ID>",
"ECHO_MEMORY_AGENT_ID": "<your ECHO_MEMORY_AGENT_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.ayushcodes10%2Fecho-mem)<a href="https://mcptoplist.com/server/io.github.ayushcodes10%2Fecho-mem"><img src="https://mcptoplist.com/badge/io.github.ayushcodes10%2Fecho-mem.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
echo-mem
Available versions (1)
| Version | Published |
|---|---|
| 0.3.0 | Sep 12, 2026 |
Frequently asked questions
- Who maintains Echo Memory?
- Echo Memory is maintained by echo-mem, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Echo Memory listed on the Official MCP Registry?
- Yes — Echo Memory is listed on the Official MCP Registry, alongside Glama.
- How many versions does Echo Memory have?
- MCP Toplist tracks 1 version of Echo Memory, most recently published on Sep 12, 2026.
- Where can I find the source code for Echo Memory?
- The source code for Echo Memory is hosted at github.com/echo-mem/echo-mem.
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.