Schedule a demo

Connect your AI copilot to Zato documentation

Your AI copilot can access the Zato documentation directly:

  • It searches current documentation in real-time instead of relying on potentially old LLM training data
  • It retrieves exact content needed to answer your questions
  • You get accurate answers about development with Zato, its configuration, and best practices

Here is how to set it up:

  1. Open VS Code settings (Ctrl+Shift+P → "Preferences: Open User Settings (JSON)")

  2. Add:

    {
      "mcp": {
        "servers": {
          "zato": {
            "url": "https://zato.io/mcp"
          }
        }
      }
    }
    
  3. Restart VS Code

claude mcp add --transport http zato-docs https://zato.io/mcp

Try it

Ask your copilot:

  • "How do I connect to an SQL database in Zato?"
  • "What's the difference between a channel and an outgoing connection?"
  • "Show me how to publish messages to a topic"
  • "How do I schedule a service to run every hour?"
  • "What security options are available for REST channels?"

Your copilot will search the documentation, find the relevant pages, and give you answers based on what Zato actually supports - not what it thinks it might remember from training.

How it works

Your copilot connects to Zato's documentation server using MCP (Model Context Protocol), an open standard for connecting AI assistants to external data sources. When you ask a question, the copilot searches the documentation in real-time and retrieves the relevant content before answering.