genesys-memory
Rank #4389glama/rishimeka/genesys
Causal graph memory engine for AI agents. Scores memories using relevance × connectivity × reactivation, connects them in a causal graph, and actively forgets irrelevant ones. 11 MCP tools including store, recall, search, traverse, and explain.
genesys-memory is a Model Context Protocol (MCP) server published by rishimeka. It ranks #4389 of 58,832 servers tracked on MCP Toplist, and its repository has 16 GitHub stars. genesys-memory is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Apr 11, 2026 and most recently updated on Apr 25, 2026.
Ranks ahead of 54,443 of 58,832 servers on MCP Toplist.
Use genesys-memory
Add genesys-memory to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"genesys": {
"command": "uvx",
"args": [
"genesys-memory"
],
"env": {
"OPENAI_API_KEY": "<your OPENAI_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>",
"GENESYS_EMBEDDER": "<your GENESYS_EMBEDDER>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (1 delisted)
rishimeka
Available versions (1)
| Version | Published |
|---|---|
| 0.3.11 | Apr 25, 2026 |
Frequently asked questions
- What is genesys-memory?
- Causal graph memory engine for AI agents. Scores memories using relevance × connectivity × reactivation, connects them in a causal graph, and actively forgets irrelevant ones. 11 MCP tools including store, recall, search, traverse, and explain.
- Who maintains genesys-memory?
- genesys-memory is maintained by rishimeka, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is genesys-memory an official MCP server?
- Yes — genesys-memory is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does genesys-memory have?
- MCP Toplist tracks 1 version of genesys-memory, most recently published on Apr 25, 2026.
- Where can I find the source code for genesys-memory?
- The source code for genesys-memory is hosted at github.com/rishimeka/genesys.