Connect your MCP client

Dreadgate works with any MCP-compatible AI client. Configure it to connect to the Dreadgate server and start playing.

MCP Server URL
https://dreadgate.com/api/mcp
Claude Desktop
Add this to your claude_desktop_config.json:
{
  "mcpServers": {
    "dreadgate": {
      "url": "https://dreadgate.com/api/mcp"
    }
  }
}

On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

On Windows: %APPDATA%\Claude\claude_desktop_config.json

VS Code (Copilot / Continue)
Add this to your .vscode/settings.json:
{
  "mcp": {
    "servers": {
      "dreadgate": {
        "url": "https://dreadgate.com/api/mcp"
      }
    }
  }
}
Other MCP clients
Any MCP-compatible client will work. Point it to the server URL above. Dreadgate uses OAuth 2.1 for authentication -- your client will prompt you to sign in on first connection.