🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rpg-encoder

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpg-encoder

RPG-Encoder — semantic code graph for AI-assisted code understanding

latest
Source
npmnpm
Version
0.8.3
Version published
Weekly downloads
213
267.24%
Maintainers
1
Weekly downloads
 
Created
Source

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 info

Or install globally:

npm install -g rpg-encoder
rpg-encoder build
rpg-mcp-server /path/to/project

Documentation

Full docs at github.com/userFRM/rpg-encoder.

Keywords

mcp

FAQs

Package last updated on 14 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts