Skip to content
Grok

omitly mcp for Grok

io.github.omitly/omitly-mcp

Omitly's local, verifiable PDF redaction for AI agents — your documents never leave your device.

client:Grok transport:stdio runtime:npm

Install omitly mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "omitly-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "omitly-mcp"
      ]
    }
  }
}

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

omitly mcp in other clients