State Memory MCP
Rank #2,136io.github.putervision/state-memory-mcp
Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.
State Memory MCP is a Model Context Protocol (MCP) server published by putervision. It ranks #2,136 of 115,460 servers tracked on MCP Toplist, and its repository has 79 GitHub stars. State Memory MCP is listed across 2 registries — Official MCP and Glama, with 6 tracked versions. It was first listed on Jul 27, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 113,324 of 115,460 servers on MCP Toplist.
Use State Memory MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add state-memory-mcp -- npx -y @putervision/state-memory-mcp[mcp_servers.state-memory-mcp]
command = "npx"
args = ["-y", "@putervision/state-memory-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"state-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/state-memory-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"state-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/state-memory-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"state-memory-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@putervision/state-memory-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"state-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/state-memory-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"state-memory-mcp": {
"command": "npx",
"args": [
"-y",
"@putervision/state-memory-mcp"
]
}
}
}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.putervision%2Fstate-memory-mcp)<a href="https://mcptoplist.com/server/io.github.putervision%2Fstate-memory-mcp"><img src="https://mcptoplist.com/badge/io.github.putervision%2Fstate-memory-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
putervision
Other servers by putervision
View all putervision servers →Available versions (6)
| Version | Published |
|---|---|
| 1.0.0 | Aug 20, 2026 |
| 0.10.0 | Aug 12, 2026 |
| 0.9.31 | Aug 4, 2026 |
| 0.9.1 | Aug 1, 2026 |
| 0.9.0 | Jul 30, 2026 |
| 0.8.1 | Jul 28, 2026 |
Frequently asked questions
- Who maintains State Memory MCP?
- State Memory MCP is maintained by putervision, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is State Memory MCP listed on the Official MCP Registry?
- Yes — State Memory MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does State Memory MCP have?
- MCP Toplist tracks 6 versions of State Memory MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for State Memory MCP?
- The source code for State Memory MCP is hosted at github.com/putervision/state-memory-mcp.