Search documentation

Search the Fumadocs-backed documentation index.

MCP Install

Connect the AXP MCP server to Cursor, Claude, ChatGPT, Codex, or another MCP host.

The AXP MCP server lets agents query run data, create and read guided trace analyses, manage org-scoped secrets, switch org context, and authorize the local axp CLI with axp auth connect.

Use the install instructions for your agent host:

Install the AXP MCP server directly in Cursor. If Cursor opens MCP settings without an install prompt, add this same server config manually.

{
  "mcpServers": {
    "AXP": {
      "url": "https://app.514.ai/mcp"
    }
  }
}

After connecting the MCP server, follow any sign-in prompt from Cursor, Claude, ChatGPT, Codex, or your MCP host. Then verify AXP tools are available in your agent session.

Analysis tools are exposed as trace_analysis_suggest, trace_analysis_create, trace_analysis_get, and trace_analysis_list. They use the current MCP org context unless you pass an org_id override. Start with trace_analysis_suggest for a failed/error run batch; it returns the structured prompt, axp query calls, and create-request skeleton to use before persisting with trace_analysis_create.