Skip to content
Claude Desktop

State Memory MCP for Claude Desktop

io.github.putervision/state-memory-mcp

Deterministic, persistent graph server for tracking workflow state, decisions, and blockers.

client:Claude Desktop transport:stdio runtime:npm

Install State Memory MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "state-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@putervision/state-memory-mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

State Memory MCP in other clients