MCP Server
MCP
koment
Read and write checked code rationale stored outside source comments.
Install
oci:ghcr.io/koment-dev/koment:3.1.5
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/koment-dev/koment:3.1.5",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"value": "--rm",
"type": "positional"
},
{
"value": "--interactive",
"type": "positional"
},
{
"value": "--user",
"type": "positional"
},
{
"value": "{host_user}",
"variables": {
"host_user": {
"description": "Host UID:GID allowed to write the repository mount.",
"isRequired": true,
"placeholder": "1000:1000"
}
},
"type": "positional"
},
{
"value": "--mount",
"type": "positional"
},
{
"value": "type=bind,src={repository},dst=/workspace",
"variables": {
"repository": {
"description": "Absolute path to the koment-enabled repository.",
"isRequired": true,
"format": "filepath"
}
},
"type": "positional"
},
{
"value": "--workdir",
"type": "positional"
},
{
"value": "/workspace",
"type": "positional"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "--write",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment