Skip to content
Cursor

koment for Cursor

io.github.janpuc/koment

Read and write checked code rationale stored outside source comments.

client:Cursor transport:stdio runtime:oci

Install koment in Cursor

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

{
  "mcpServers": {
    "koment": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/janpuc/koment:1.1.0"
      ]
    }
  }
}

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

koment in other clients