A Mem MCP
Rank #10,076io.github.DiaaAj/a-mem-mcp
MCP server providing a-mem-mcp capabilities
A Mem MCP is a Model Context Protocol (MCP) server published by diaaaj. It ranks #10,076 of 132,046 servers tracked on MCP Toplist, and its repository has 35 GitHub stars. A Mem MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jan 9, 2026 and most recently updated on Jan 9, 2026.
Ranks ahead of 121,970 of 132,046 servers on MCP Toplist.
Use A Mem MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add a-mem-mcp -e "LLM_BACKEND=<your LLM_BACKEND>" -e "LLM_MODEL=<your LLM_MODEL>" -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "EMBEDDING_MODEL=<your EMBEDDING_MODEL>" -e "CHROMA_DB_PATH=<your CHROMA_DB_PATH>" -- uvx a-memReplace each placeholder with your own value before saving.
[mcp_servers.a-mem-mcp]
command = "uvx"
args = ["a-mem"]
[mcp_servers.a-mem-mcp.env]
LLM_BACKEND = "<your LLM_BACKEND>"
LLM_MODEL = "<your LLM_MODEL>"
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
EMBEDDING_MODEL = "<your EMBEDDING_MODEL>"
CHROMA_DB_PATH = "<your CHROMA_DB_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"a-mem-mcp": {
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "<your LLM_BACKEND>",
"LLM_MODEL": "<your LLM_MODEL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"CHROMA_DB_PATH": "<your CHROMA_DB_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"a-mem-mcp": {
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "<your LLM_BACKEND>",
"LLM_MODEL": "<your LLM_MODEL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"CHROMA_DB_PATH": "<your CHROMA_DB_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"a-mem-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "<your LLM_BACKEND>",
"LLM_MODEL": "<your LLM_MODEL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"CHROMA_DB_PATH": "<your CHROMA_DB_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"a-mem-mcp": {
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "<your LLM_BACKEND>",
"LLM_MODEL": "<your LLM_MODEL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"CHROMA_DB_PATH": "<your CHROMA_DB_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"a-mem-mcp": {
"command": "uvx",
"args": [
"a-mem"
],
"env": {
"LLM_BACKEND": "<your LLM_BACKEND>",
"LLM_MODEL": "<your LLM_MODEL>",
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"EMBEDDING_MODEL": "<your EMBEDDING_MODEL>",
"CHROMA_DB_PATH": "<your CHROMA_DB_PATH>"
}
}
}
}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.DiaaAj%2Fa-mem-mcp)<a href="https://mcptoplist.com/server/io.github.DiaaAj%2Fa-mem-mcp"><img src="https://mcptoplist.com/badge/io.github.DiaaAj%2Fa-mem-mcp.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
diaaaj
Available versions (4)
| Version | Published |
|---|---|
| 0.2.1 | Jan 9, 2026 |
| 0.2.0 | Jan 9, 2026 |
| 0.1.1 | Jan 9, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains A Mem MCP?
- A Mem MCP is maintained by diaaaj, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is A Mem MCP listed on the Official MCP Registry?
- Yes — A Mem MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does A Mem MCP have?
- MCP Toplist tracks 4 versions of A Mem MCP, most recently published on Jan 9, 2026.
- Where can I find the source code for A Mem MCP?
- The source code for A Mem MCP is hosted at github.com/diaaaj/a-mem-mcp.
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.