rpg-encoder
v0.1.8
Published
RPG-Encoder — semantic code graph for AI-assisted code understanding
Maintainers
Readme
rpg-encoder
Coding agent toolkit for semantic code understanding.
Builds a semantic graph of your codebase. Your coding agent (Claude Code, Cursor, etc.) analyzes the code and adds intent-level features. Search by what code does, not what it's named.
MCP Server (Claude Code, Cursor, etc.)
Add to your MCP config:
{
"mcpServers": {
"rpg": {
"command": "npx",
"args": ["-y", "-p", "rpg-encoder", "rpg-mcp-server", "/path/to/your/project"]
}
}
}CLI
npx -p rpg-encoder rpg-encoder build # Build the graph
npx -p rpg-encoder rpg-encoder search "parse config"
npx -p rpg-encoder rpg-encoder infoOr install globally:
npm install -g rpg-encoder
rpg-encoder build
rpg-mcp-server /path/to/projectDocumentation
Full docs at github.com/userFRM/rpg-encoder.
