keymem
Rank #2,811io.github.donggyun112/keymem
Associative key-graph memory for LLM agents — recall by association, not vector similarity.
keymem is a Model Context Protocol (MCP) server published by donggyun112. It ranks #2,811 of 132,113 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. keymem is listed across 3 registries — Official MCP, PulseMCP and Glama, with 15 tracked versions. It was first listed on Jun 22, 2026 and most recently updated on Jul 22, 2026.
Ranks ahead of 129,302 of 132,113 servers on MCP Toplist.
Use keymem
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add keymem -- npx -y keymem[mcp_servers.keymem]
command = "npx"
args = ["-y", "keymem"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"keymem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}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.donggyun112%2Fkeymem)<a href="https://mcptoplist.com/server/io.github.donggyun112%2Fkeymem"><img src="https://mcptoplist.com/badge/io.github.donggyun112%2Fkeymem.svg" alt="MCP Toplist: Top 5% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
donggyun112
Other servers by donggyun112
View all donggyun112 servers →Available versions (15)
| Version | Published |
|---|---|
| 0.17.0 | Jul 22, 2026 |
| 0.16.1 | Jul 18, 2026 |
| 0.15.0 | Jun 26, 2026 |
| 0.14.8 | Jun 25, 2026 |
| 0.14.7 | Jun 24, 2026 |
| 0.14.6 | Jun 24, 2026 |
| 0.14.5 | Jun 24, 2026 |
| 0.14.4 | Jun 24, 2026 |
| 0.14.2 | Jun 23, 2026 |
| 0.14.1 | Jun 23, 2026 |
| 0.14.0 | Jun 23, 2026 |
| 0.13.0 | Jun 23, 2026 |
| 0.12.2 | Jun 23, 2026 |
| 0.12.1 | Jun 22, 2026 |
| 0.11.1 | Jun 22, 2026 |
Frequently asked questions
- Who maintains keymem?
- keymem is maintained by donggyun112, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is keymem listed on the Official MCP Registry?
- Yes — keymem is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does keymem have?
- MCP Toplist tracks 15 versions of keymem, most recently published on Jul 22, 2026.
- Where can I find the source code for keymem?
- The source code for keymem is hosted at github.com/donggyun112/keymem.
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.