Skip to content
Grok

DataCharter for Grok

io.github.datacharter/datacharter

Local-first, contract-governed data explorer with read-only, PII-masked query tools for AI agents.

client:Grok transport:stdio runtime:pypi

Install DataCharter in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "datacharter": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "datacharter"
      ]
    }
  }
}

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

DataCharter in other clients