koment for VS Code
io.github.janpuc/koment
Read and write checked code rationale stored outside source comments.
client:VS Code
transport:stdio
runtime:oci
Install koment in VS Code
.vscode/mcp.json
{
"servers": {
"koment": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/janpuc/koment:1.1.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs