koment
Rank #7,759io.github.koment-dev/koment
Read and write checked code rationale stored outside source comments.
koment is a Model Context Protocol (MCP) server published by koment-dev. It ranks #7,759 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. koment is listed on Official MCP, with 19 tracked versions. It was first listed on Aug 2, 2026 and most recently updated on Aug 25, 2026.
Ranks ahead of 124,287 of 132,046 servers on MCP Toplist.
Use koment
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add koment -- docker run -i --rm --interactive --user "{host_user}" --mount "type=bind,src={repository},dst=/workspace" --workdir /workspace ghcr.io/koment-dev/koment:3.2.0 mcp --write[mcp_servers.koment]
command = "docker"
args = ["run", "-i", "--rm", "--interactive", "--user", "{host_user}", "--mount", "type=bind,src={repository},dst=/workspace", "--workdir", "/workspace", "ghcr.io/koment-dev/koment:3.2.0", "mcp", "--write"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"koment": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--interactive",
"--user",
"{host_user}",
"--mount",
"type=bind,src={repository},dst=/workspace",
"--workdir",
"/workspace",
"ghcr.io/koment-dev/koment:3.2.0",
"mcp",
"--write"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"koment": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--interactive",
"--user",
"{host_user}",
"--mount",
"type=bind,src={repository},dst=/workspace",
"--workdir",
"/workspace",
"ghcr.io/koment-dev/koment:3.2.0",
"mcp",
"--write"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"koment": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--interactive",
"--user",
"{host_user}",
"--mount",
"type=bind,src={repository},dst=/workspace",
"--workdir",
"/workspace",
"ghcr.io/koment-dev/koment:3.2.0",
"mcp",
"--write"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"koment": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--interactive",
"--user",
"{host_user}",
"--mount",
"type=bind,src={repository},dst=/workspace",
"--workdir",
"/workspace",
"ghcr.io/koment-dev/koment:3.2.0",
"mcp",
"--write"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"koment": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--interactive",
"--user",
"{host_user}",
"--mount",
"type=bind,src={repository},dst=/workspace",
"--workdir",
"/workspace",
"ghcr.io/koment-dev/koment:3.2.0",
"mcp",
"--write"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.koment-dev%2Fkoment)<a href="https://mcptoplist.com/server/io.github.koment-dev%2Fkoment"><img src="https://mcptoplist.com/badge/io.github.koment-dev%2Fkoment.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
koment-dev
Available versions (19)
| Version | Published |
|---|---|
| 3.2.0 | Aug 25, 2026 |
| 3.1.5 | Aug 20, 2026 |
| 3.1.4 | Aug 20, 2026 |
| 3.1.3 | Aug 20, 2026 |
| 3.1.1 | Aug 20, 2026 |
| 3.1.0 | Aug 19, 2026 |
| 3.0.0 | Aug 10, 2026 |
| 2.2.0 | Aug 7, 2026 |
| 2.1.0 | Aug 7, 2026 |
| 2.0.1 | Aug 6, 2026 |
| 1.1.0 | Aug 6, 2026 |
| 1.0.0 | Aug 5, 2026 |
| 0.8.0 | Aug 5, 2026 |
| 0.7.0 | Aug 5, 2026 |
| 0.6.0 | Aug 5, 2026 |
| 0.5.1 | Aug 5, 2026 |
| 0.5.0 | Aug 5, 2026 |
| 0.4.0 | Aug 4, 2026 |
| 0.3.1 | Aug 4, 2026 |
Frequently asked questions
- Who maintains koment?
- koment is maintained by koment-dev, which publishes 1 MCP server (19 total versions) tracked on MCP Toplist.
- Is koment listed on the Official MCP Registry?
- Yes — koment is listed on the Official MCP Registry.
- How many versions does koment have?
- MCP Toplist tracks 19 versions of koment, most recently published on Aug 25, 2026.
- Where can I find the source code for koment?
- The source code for koment is hosted at github.com/koment-dev/koment.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.