MCP Server
MCP
QMD MCP
Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.
Install
oci:ghcr.io/x1pher/qmd-mcp:v0.1.3
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/x1pher/qmd-mcp:v0.1.3",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8181/mcp"
},
"runtimeArguments": [
{
"value": "127.0.0.1:8181:8181",
"type": "named",
"name": "--publish"
},
{
"value": "{configDir}:/config:ro",
"variables": {
"configDir": {
"description": "Host directory containing index.yml.",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--volume"
},
{
"value": "{contentDir}:/vault:ro",
"variables": {
"contentDir": {
"description": "Host directory containing the files to index.",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--volume"
},
{
"value": "{dataDir}:/data",
"variables": {
"dataDir": {
"description": "Host directory for the QMD index, model cache, and runtime state.",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "--volume"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment