Skip to main content

Providing complete Tilebox context

AI assistants and Large Language Models (LLMs) can answer questions, guide you in using Tilebox, suggest relevant sections in the documentation, and assist you in creating workflows.

Download documentation for LLMs

Download the complete Tilebox documentation as a plain text file to share with your AI assistant or language model.
The full content of the Tilebox documentation is available in plain markdown format at https://docs.tilebox.com/llms-full.txt. Upload this document to your AI assistant or LLM to provide it with Tilebox-specific context.
The Documentation Context is updated whenever the documentation changes. If you download the file, refresh it occasionally to stay up-to-date.

Providing tailored context via MCP

Tilebox Docs can be installed as an MCP tool, so an MCP client can ask for detailed context on specific topics.

For Claude Desktop

Run the following command to add Tilebox Docs to Claude:
claude mcp add --transport http "Tilebox Docs" https://docs.tilebox.com/mcp

For other MCP clients

  1. Open command palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Search “Open MCP settings”
  3. Select “Add custom MCP”
  4. Add to mcp.json:
{
  "mcpServers": {
    "tilebox-docs": {
      "url": "https://docs.tilebox.com/mcp"
    }
  }
}
The MCP server always retrieves the most up to date version of the documentation.