Skip to content
Cursor

Pathmark for Cursor

io.github.hacksurvivor/pathmark

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

client:Cursor transport:stdio runtime:npm

Install Pathmark in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pathmark in other clients