genesys-memory
Rank #7,344io.github.rishimeka/genesys-memory
Open-source causal memory for AI agents: persistent, explainable, MCP-native memory (13 tools).
genesys-memory is a Model Context Protocol (MCP) server published by rishimeka. It ranks #7,344 of 132,046 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. genesys-memory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 11, 2026 and most recently updated on Jul 19, 2026.
Ranks ahead of 124,702 of 132,046 servers on MCP Toplist.
Use genesys-memory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add genesys-memory -e "OPENAI_API_KEY=<your OPENAI_API_KEY>" -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -e "GENESYS_EMBEDDER=<your GENESYS_EMBEDDER>" -- uvx genesys-memoryReplace each placeholder with your own value before saving.
[mcp_servers.genesys-memory]
command = "uvx"
args = ["genesys-memory"]
[mcp_servers.genesys-memory.env]
OPENAI_API_KEY = "<your OPENAI_API_KEY>"
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"
GENESYS_EMBEDDER = "<your GENESYS_EMBEDDER>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genesys-memory": {
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genesys-memory": {
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"genesys-memory": {
"type": "stdio",
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genesys-memory": {
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"genesys-memory": {
"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.
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.rishimeka%2Fgenesys-memory)<a href="https://mcptoplist.com/server/io.github.rishimeka%2Fgenesys-memory"><img src="https://mcptoplist.com/badge/io.github.rishimeka%2Fgenesys-memory.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (1 delisted)
rishimeka
Available versions (1)
| Version | Published |
|---|---|
| 0.5.2 | Jul 19, 2026 |
Frequently asked questions
- 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 listed on the Official MCP Registry?
- Yes — genesys-memory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does genesys-memory have?
- MCP Toplist tracks 1 version of genesys-memory, most recently published on Jul 19, 2026.
- Where can I find the source code for genesys-memory?
- The source code for genesys-memory is hosted at github.com/rishimeka/genesys.
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.