Mnemograph
Rank #20,670io.github.tm42/mnemograph
MCP server providing mnemograph capabilities
Mnemograph is a Model Context Protocol (MCP) server published by tm42. It ranks #20,670 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Mnemograph is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on Jan 10, 2026 and most recently updated on Feb 14, 2026.
Ranks ahead of 111,376 of 132,046 servers on MCP Toplist.
Use Mnemograph
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mnemograph -e "MEMORY_PATH=<your MEMORY_PATH>" -- uvx mnemographReplace each placeholder with your own value before saving.
[mcp_servers.mnemograph]
command = "uvx"
args = ["mnemograph"]
[mcp_servers.mnemograph.env]
MEMORY_PATH = "<your MEMORY_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mnemograph": {
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<your MEMORY_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mnemograph": {
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<your MEMORY_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mnemograph": {
"type": "stdio",
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<your MEMORY_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mnemograph": {
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<your MEMORY_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mnemograph": {
"command": "uvx",
"args": [
"mnemograph"
],
"env": {
"MEMORY_PATH": "<your MEMORY_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.tm42%2Fmnemograph)<a href="https://mcptoplist.com/server/io.github.tm42%2Fmnemograph"><img src="https://mcptoplist.com/badge/io.github.tm42%2Fmnemograph.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
tm42
Available versions (11)
| Version | Published |
|---|---|
| 0.5.1 | Feb 14, 2026 |
| 0.5.0 | Feb 14, 2026 |
| 0.4.2 | Jan 16, 2026 |
| 0.4.1 | Jan 15, 2026 |
| 0.4.0 | Jan 13, 2026 |
| 0.3.0 | Jan 11, 2026 |
| 0.2.1 | Jan 11, 2026 |
| 0.2.0 | Jan 11, 2026 |
| 0.1.3 | Jan 11, 2026 |
| 0.1.1 | Jan 11, 2026 |
| 0.1.0 | Jan 11, 2026 |
Frequently asked questions
- Who maintains Mnemograph?
- Mnemograph is maintained by tm42, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Mnemograph listed on the Official MCP Registry?
- Yes — Mnemograph is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Mnemograph have?
- MCP Toplist tracks 11 versions of Mnemograph, most recently published on Feb 14, 2026.
- Where can I find the source code for Mnemograph?
- The source code for Mnemograph is hosted at github.com/tm42/mnemograph.
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.