Skip to main content
Agent Platform exposes its features through a Model Context Protocol (MCP) server. Your AI assistant can connect to the platform and perform platform operations to let you build, evaluate, optimize, debug, and analyze agents. A few common tasks include:
  • Creating and editing projects, agents, and tools
  • Running evaluations
  • Inspecting live sessions and traces
  • Diagnosing failures
You can perform all these operations from the platform UI as well. However, by using MCP server, you can perform these tasks from within your IDE, command-line, or terminal, without context-switching.

Use the MCP server

The server’s name as available in the clients is arch-agent-platform and its tools are prefixed with platform_ and debug_. These tools are grouped by functional area.

Arch Build

Create and change platform projects, agents, tools, configuration, versions, deployments, and imports.

Arch Evaluate

Generate eval assets, run eval workflows, and read CI evidence.

Arch Optimize

Validate packages, inspect compiler-visible models, and drive repair loops.

Arch Debug

Connect to live sessions, trace failures, and inspect execution state.

Arch Analyze

Explain documentation, diagnostics, and system health signals.