Skip to content
Cursor

koment for Cursor

io.github.koment-dev/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/koment-dev/koment:3.2.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