Back to Home
Helms-AI icon

rpg

Verified Safe

by Helms-AI

Overview

RPG (Reference Project Generator) is an MCP server that translates natural language markdown specifications into idiomatic code across multiple programming languages, also supporting reverse-engineering specs from existing code and checking feature parity.

Installation

Run Command
./bin/rpg

Environment Variables

  • GITHUB_TOKEN

Security Notes

The server itself does not contain obvious malicious patterns or hardcoded secrets. It operates as an MCP tool, processing requests from a client IDE via standard I/O (stdio). However, its `import_spec_from_github` and `import_spec_from_source` tools involve analyzing external codebases (from GitHub repositories or local paths). If used with untrusted input (malicious GitHub repositories or local source code), there's a risk of analyzing or generating code that contains vulnerabilities. The server's primary role is to generate code, and the safety of the generated code ultimately depends on the provided specification, the AI model's output, and the user's review.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-17

Tags

Code GenerationMulti-languageAI Agent ToolMarkdown SpecsParity CheckingReverse EngineeringDeveloper Tool