Skip to content

🌐 เอกสารภาษาไทยกำลังจัดทำ — เนื้อหาด้านล่างเป็นภาษาอังกฤษชั่วคราว จนกว่าจะมีการแปล. This page is not yet translated; English content is shown temporarily.

Use MCP servers

The gateway can give your AI agents governed access to tools through the Model Context Protocol (MCP). Your administrator registers approved MCP servers for your project; you connect to them through the gateway using the same project API key you use for chat.

Prerequisites

Connect to a governed MCP server

Each registered server is reachable at a per-project URL:

https://mcp.<your-domain>/<organization>.<project>/<server-name>

Point your MCP-capable agent or IDE at that URL (over Streamable HTTP) and authenticate with your project API key — the same key you use for the chat API. The gateway authenticates the connection, enforces that you can only reach your own project's servers, and records the activity.

The MCP Servers tab and connect URL

One key for chat and tools

You don't manage a separate credential for tools. Your project API key works for both the LLM chat API and your project's MCP servers.

What's governed

  • Authentication — every connection is authenticated with your project key.
  • Isolation — a key from another project cannot reach your project's MCP servers (you'll get 403).
  • Visibility — tool-call activity is recorded for your organization.

Next steps

Enterprise AI governance, on infrastructure you own.