TrinityCore MCP Server
by agatho
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB2_PATH | No | Path to DB2 files (optional, for DBC/DB2 reading) | |
| DBC_PATH | No | Path to DBC files (optional, for DBC/DB2 reading) | |
| MCP_HOST | No | MCP server host (optional, defaults to localhost) | localhost |
| MCP_PORT | No | MCP server port (optional, defaults to 3000) | 3000 |
| TRINITY_ROOT | No | TrinityCore root directory (optional, for DBC/DB2 reading) | |
| MMAP_DATA_PATH | No | Path to MMap files (optional, for pathfinding) | |
| VMAP_DATA_PATH | No | Path to VMap files (optional, for height detection) | |
| TRINITY_DB_AUTH | No | TrinityCore auth database name (required for game data queries) | auth |
| TRINITY_DB_HOST | No | TrinityCore database host (required for game data queries) | localhost |
| TRINITY_DB_PORT | No | TrinityCore database port (required for game data queries) | 3306 |
| TRINITY_DB_USER | No | TrinityCore database user (required for game data queries) | trinity |
| TRINITY_DB_WORLD | No | TrinityCore world database name (required for game data queries) | world |
| TRINITY_DB_PASSWORD | No | TrinityCore database password (required for game data queries) | |
| TRINITY_DB_CHARACTERS | No | TrinityCore characters database name (required for game data queries) | characters |
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/agatho/trinitycore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server