Download all docs

The Triform MCP server

Scaffold — Phase 4 will expand this. A first reference for the triform-mcp Model Context Protocol server. The per-tool schemas are generated from the same consolidated tool catalog the CLI uses.

triform-mcp exposes the Triform platform to MCP-capable agents (Claude Code, and any MCP client) as a compact set of tools. It speaks JSON-RPC 2.0 over stdin/stdout and delegates dispatch to the same consolidated tool surface as the triton CLI — so the tools an agent sees over MCP are exactly the tools you can script from the command line.

Tool modes

By default the server exposes the consolidated tool catalog (a small set of high-level tools, each taking an action argument). Set TRIFORM_MCP_TOOL_MODE=generated to switch to the full per-element granular tool set instead.

Credentials

The MCP server reuses the CLI’s credential resolution — authenticate once with triton auth login (or triton auth set-api-key) and the MCP server picks up the same session.

Related