idelrpg
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@idelrpgshow my profile"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 profileState 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:mcpFor 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:
initializecreate_questlist_questsstart_questget_current_questsubmit_validation_resultclaim_rewardshow_profile
Available resources:
idelrpg://profileidelrpg://quests/currentidelrpg://quests
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jrslyce/IDELRPG'
If you have feedback or need assistance with the MCP directory API, please join our Discord server