Connect this documentation to MCP
Mintlify hosts a Model Context Protocol (MCP) endpoint for this site. After you connect it in your AI tool, the assistant can search these docs for API details, configuration, and guides instead of guessing from memory.Hosted MCP server
| MCP URL | https://docs.rpg-leveling.zuxaw.com/mcp |
| Search tool | Searches the RPG Leveling Plugin knowledge base and returns relevant excerpts with links to doc pages. (In MCP clients it may appear as search_rpg_leveling_plugin or similar.) |
Mintlify applies rate limits on MCP search (per IP and per site). For typical personal use this is usually enough; if searches fail repeatedly, wait a bit and try again.
Cursor
- Open the command palette: Ctrl+Shift+P (Windows/Linux) or Cmd+Shift+P (macOS).
- Run Open MCP settings (or MCP: Open Settings).
- Choose Add custom MCP (or edit
mcp.jsonwhen prompted).
mcpServers (merge with any servers you already have):
Claude Code (CLI)
Register the hosted server with HTTP transport:OpenAI Codex (CLI / IDE)
Codex uses streamable HTTP MCP servers viaconfig.toml (default: ~/.codex/config.toml, or .codex/config.toml in a trusted project).
Add:
--url for HTTP servers):
codex mcp list to confirm. In the Codex TUI, the /mcp command shows active servers.
See OpenAI’s guide: Model Context Protocol (Codex).
Claude on the web (claude.ai)
- Open Claude settings → Connectors.
- Click Add custom connector.
- Enter a name (for example
RPG Leveling docs) and the MCP URL:https://docs.rpg-leveling.zuxaw.com/mcp. - Complete any authentication prompts if shown.
