rpg-encoder

userFRM/rpg-encoder
★ 24 stars Rust 🤖 AI/LLM Updated 9d ago
MCP server that gives AI coding agents semantic understanding of any codebase. Search by intent, auto-sync on edits, whole-repo context in one call. Rust + tree-sitter, 15 languages, 28 tools.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rpg-encoder": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rpg-encoder"
      ]
    }
  }
}

Topics

agentic-toolscode-analysiscode-understandingembeddingsllmmcpprogram-graphrustsemantic-searchtree-sitter