Skip to content
Cursor

Document corpus for Cursor

io.github.jorgell23-sys/mdcx

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

client:Cursor transport:stdio runtime:pypi

Install Document corpus in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mdcx": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mdcx"
      ],
      "env": {
        "MDCX_FILE": "<MDCX_FILE>",
        "MDCX_KEY": "<MDCX_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Document corpus in other clients