Skip to content

Document corpus for Grok

io.github.jorgell23-sys/markdown-document-search

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

client:Grok transport:stdio runtime:pypi

Install Document corpus in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Document corpus in other clients