← Back to Plugins
MCP Server MCP

QMD MCP

github By github 👁 1 views ▲ 0 votes

Local QMD search and bounded index maintenance through a Streamable HTTP MCP server.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...