rpg encoder for Cursor
io.github.userfrm/rpg-encoder
Semantic code graph for AI-assisted code understanding via tree-sitter and MCP.
client:Cursor
transport:stdio
runtime:npm
Install rpg encoder in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rpg-encoder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"rpg-encoder"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs