Skip to content
Grok

rpg encoder for Grok

io.github.userfrm/rpg-encoder

Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.

client:Grok transport:stdio runtime:npm

Install rpg encoder in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "rpg-encoder": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "rpg-encoder"
      ]
    }
  }
}

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

rpg encoder in other clients