A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Modern Multi-User Dungeon in TypeScript. Telnet, WebSocket, React admin with drag-and-drop world builder, MCP server, JS
A modern Multi-User Dungeon written in Node.js and TypeScript. Connect over Telnet, WebSocket, or the bundled web client. Inspired by classic MUDs like MajorMUD, rebuilt on a contemporary stack.
git clone https://github.com/ellyseum/ellymud.git
cd ellymud
npm run bootstrap
npm start
Then connect:
telnet localhost 8023First boot prompts for an admin password.
say, yell, social emotes)snake and you'll see)See docs/commands.md for the full command reference.
Set STORAGE_BACKEND to switch. Migrate data with npm run data:export / data:import.
| Backend | Use case | Setup |
|---|---|---|
json | Dev, fast iteration | None — default |
sqlite | Single-server prod | STORAGE_BACKEND=sqlite |
postgres | Cluster / HA | STORAGE_BACKEND=postgres + DATABASE_URL |
Details in docs/storage-backends.md.
EllyMUD exposes a Model Context Protocol server on port 3100 with API-key auth, suitable for AI agents to connect, control test mode, drive virtual game sessions, or query game state. See docs/api-reference.md.
| Topic | Path |
|---|---|
| Getting started | docs/getting-started.md |
| Configuration | docs/configuration.md |
| Docker | docs/docker.md |
| Deployment | docs/deployment.md |
| Commands | docs/commands.md |
| Admin guide | docs/admin-guide.md |
| API reference | docs/api-reference.md |
| Architecture | docs/architecture.md |
| Storage backends | docs/storage-backends.md |
| Performance | docs/performance.md |
| Development | docs/development.md |
| Troubleshooting | docs/troubleshooting.md |
For contributor conventions, build commands, and architecture in detail, read AGENTS.md.
npm run dev # hot-reload server
npm test # full test suite
npm run build # tsc + vite build
npm run # list all scripts
AGPL-3.0-or-later — see LICENSE.
Commercial licensing available on request via https://github.com/ellyseum.
MCP server integration for DaVinci Resolve Studio
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
A Jetbrains IDE IntelliJ plugin aimed to provide coding agents the ability to leverage intelliJ's indexing of the codeba