2D6 MCP
by crowterliam
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BYOD_PATH | No | Path to directory containing local RPG source files | |
| DW_DB_PATH | No | Path to custom DW SQLite database | data/dw/dungeon-world.db |
| BRP_DB_PATH | No | Path to custom BRP SQLite database | data/brp/basic-roleplaying.db |
| LLM_BACKEND | No | LLM backend: mlx or llamacpp | mlx |
| OGL_DB_PATH | No | Path to custom OGL SQLite database | data/ogl/cepheus.db |
| STT_BACKEND | No | STT backend: mlx or whispercpp | mlx |
| SR5E_DB_PATH | No | Path to custom 5E-compatible SQLite database | data/5ecompatible/5ecompatible-srd.db |
| MLX_LLM_MODEL | No | MLX LLM model | mlx-community/Llama-3.2-3B-Instruct-4bit |
| ORCUS_DB_PATH | No | Path to custom Orcus SQLite database | data/orcus/orcus.db |
| AGREE_BYOD_USE | No | Set to 'true' to enable BYOD mode | false |
| BYOD_MAX_FILES | No | Maximum files to process per sync | 2000 |
| BYOD_CHUNK_SIZE | No | Characters per chunk (500–50000) | 8000 |
| SESSION_DB_PATH | No | Session database location | ~/.2d6mcp/sessions.db |
| MLX_WHISPER_MODEL | No | MLX Whisper model | mlx-community/whisper-large-v3-turbo |
| BYOD_CHUNK_OVERLAP | No | Overlap between consecutive chunks | 400 |
| BYOD_SYNC_TIMEOUT_MS | No | Milliseconds per sync batch | 15000 |
| BYOD_CONTENT_CACHE_PATH | No | Shared content cache database | data/byod/content_cache.db |
| BYOD_MAX_CHUNKS_PER_FILE | No | Maximum chunks from any single file | 500 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/crowterliam/2d6mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server