Associative key-graph memory for LLM agents — recall by association, not vector similarity.
claude mcp add keymem -- npx -y keymem
claude_desktop_config.json
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"keymem": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"keymem": {
"command": "npx",
"args": [
"-y",
"keymem"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.donggyun112--keymem/reviews or the review_server meta-tool.
POST /mcp