DevRPG-MCP
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., "@DevRPG-MCPcreate a quest to refactor the auth module"
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.
DevRPG-MCP
An MCP server that turns your development workflow into an RPG with persistent memory across projects.
Status: 0.1.0-alpha — initial bootstrap. API and storage schema are unstable until 1.0.0.
What is this?
DevRPG-MCP is a Model Context Protocol server that adds a long-term memory and progression layer to your work with LLM-coding assistants (Claude Code, Cursor, any MCP client). It tracks Quests, Subquests and Tasks; unlocks Perks for capabilities you actually use; stores Resources (domains, VPSes, code templates) and Skills as a layer above your existing skill files.
It is intentionally not a productivity tracker. It is a narrative engine — the agent inside your IDE turns work into a Hero's Journey arc, with a Game Master that observes raw transcripts and applies regulated XP / Karma / Divine Insight rules.
Related MCP server: Lockstep Core
Quick start
# install (private repo for now — public after MVP)
pip install git+https://github.com/Zver1013/devrpg-mcp@main
# connect to Claude Code
claude mcp add --scope user devrpg-mcp -- devrpg-mcp
# initialize in current project
devrpg init .After this, the next time you open Claude Code in a project, the DevRPG tools are available — the agent will use them according to regulations in system/regulations/.
Concept
Three roles:
Operator — you, the human developer
Agent — the LLM (Claude / GPT / etc.) acting as Game Master
System — a deterministic sub-agent that audits work and applies XP / Karma rules from raw transcripts
See docs/concepts/system.md for the full philosophy and docs/design/ for technical specs (DB schema, MCP tools API, code-vs-LLM boundary).
Tools API
25 MCP tools across 8 categories — character, quest, subquest, task, perk, resource, skill, system, plus universal inventory_check. 24 of them are deterministic Python; one (system_snapshot) spawns a sub-agent for semantic evaluation.
Full reference: docs/design/mcp-tools-api.md.
Configuration
Per-project configuration lives in system/config.md (which modules are active, which narrative philosophy applies). Hooks for Claude Code are in templates/hooks.settings.json.
License
MIT — see LICENSE.
Author
Nazar Alekseev · zver1013@gmail.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that gives AI assistants persistent memory across sessions. It stores project context, decisions, and progress in structured markdown files as well as a knowledge graph and sequential thinking for better memory storage.Last updated36631MIT
- Alicense-qualityDmaintenanceAn MCP server that gives AI coding assistants persistent memory across sessions with chain-based project tracking, tickets, and structured handoffs.Last updatedGPL 3.0
- Alicense-qualityCmaintenanceAn MCP server that gamifies your daily activities by automatically recording achievements as you interact with AI assistants, turning tasks into XP, levels, and titles.Last updated29ISC
- Alicense-qualityAmaintenancePersistent memory MCP server that remembers decisions and context across coding sessions, automatically logging and surfacing relevant knowledge as you work.Last updated641MIT
Related MCP Connectors
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Zver1013/devrpg-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server