Skip to content
VS Code

Pathmark for VS Code

io.github.hacksurvivor/pathmark

Local-first intent and provenance for Codex, Claude Code, Cursor, Gemini CLI, and MCP agents.

client:VS Code transport:stdio runtime:npm

Install Pathmark in VS Code

.vscode/mcp.json

{
  "servers": {
    "pathmark": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "pathmark"
      ]
    }
  }
}

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

Pathmark in other clients