Odel
rpg encoder

rpg encoder

Local
@userfrm33RustMITUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmrpg-encoderv0.6.7

Run

npx -y rpg-encoder

MCP client config

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