Skip to content
Cline

State Memory MCP for Cline

io.github.putervision/state-memory-mcp

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

client:Cline transport:stdio runtime:npm

Install State Memory MCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

State Memory MCP in other clients