Skip to content
VS Code

State Memory MCP for VS Code

io.github.putervision/state-memory-mcp

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

client:VS Code transport:stdio runtime:npm

Install State Memory MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

State Memory MCP in other clients