Skip to content
Grok

charactercheck for Grok

io.github.chaoz23/charactercheck

Read-only CharacterCheck MCP server for deterministic character context with provenance and trust.

client:Grok transport:stdio runtime:pypi

Install charactercheck in Grok

.mcp.json (in your project root)

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

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

charactercheck in other clients