← Back to Plugins
MCP Server MCP

Document corpus

github By github 👁 1 views ▲ 0 votes

Query a verified document collection: passages that answer a question, with their source.

Homepage Verified source GitHub

Install

uvx mdcx

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mdcx",
      "version": "1.8.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Module that starts the server",
          "isRequired": true,
          "value": "mdcx.mcp_server",
          "type": "named",
          "name": "-m"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the .mdcx package to query",
          "isRequired": true,
          "name": "MDCX_FILE"
        },
        {
          "description": "Key that decrypts the package",
          "isRequired": true,
          "isSecret": true,
          "name": "MDCX_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...