jrslyce

IDEL RPG

Community jrslyce
Updated

MCP RPG

IDEL RPG

IDEL RPG is a local-first RPG layer for agent-assisted software development. This repository starts with the CLI prototype: create a quest, validate real work, claim XP, and grow a tiny engineering guild.

Quick Start

pnpm install
pnpm build
pnpm idelrpg init
pnpm idelrpg quest create --title "First Green" --type bug_hunt --done "Validation passes" --validation "echo ok"
pnpm idelrpg quest start <quest-id>
pnpm idelrpg validate
pnpm idelrpg claim
pnpm idelrpg profile

State is stored locally in .ide-rpg/ide-rpg.sqlite.

MCP Server

Build the workspace, then run the stdio MCP server from any repo you want IDEL RPG to track:

pnpm build
pnpm idelrpg:mcp

For Codex or another MCP client, configure a stdio server with:

{
  "mcpServers": {
    "idelrpg": {
      "command": "node",
      "args": [
        "/Users/jared/Documents/Codex/2026-05-20/can-you-see-my-conversation-here/packages/mcp-server/dist/index.js"
      ]
    }
  }
}

Available tools:

  • initialize
  • create_quest
  • list_quests
  • start_quest
  • get_current_quest
  • submit_validation_result
  • claim_reward
  • show_profile

Available resources:

  • idelrpg://profile
  • idelrpg://quests/current
  • idelrpg://quests

MCP Server ยท Populars

MCP Server ยท New

    moorcheh-ai

    Memanto MCP Server

    Memory that AI Agents Love!

    Community moorcheh-ai
    bgauryy

    Octocode: Research Driven Development for AI

    MCP server for semantic code research and context generation on real-time using LLM patterns | Search naturally across public & private repos based on your permissions | Transform any accessible codebase/s into AI-optimized knowledge on simple and complex flows | Find real implementations and live docs from anywhere

    Community bgauryy
    openaccountants

    OpenAccountants

    Open-source tax skills for AI โ€” 371 skills across 134 countries. Upload to any LLM or connect via MCP. Quality-tiered Q1โ€“Q5.

    Community openaccountants
    kapillamba4

    code-memory

    MCP server with local vector search for your codebase. Smart indexing, semantic search, Git history โ€” all offline.

    Community kapillamba4
    MarcellM01

    TinySearch

    Shrink the web for your local LLMs!

    Community MarcellM01