Back to news
devops Priority 4/5 7/7/2026, 11:05:15 AM

Vercel Adds Agent Runs Tracing Capability to MCP Server and CLI

Vercel Adds Agent Runs Tracing Capability to MCP Server and CLI

Vercel has extended its Agent Runs functionality, built for the open-source eve AI agent framework, to be directly accessible from the Vercel MCP server and the Vercel CLI. This integration automatically captures execution logs of agents deployed on Vercel. Developers can now inspect complex agent execution details directly inside their editors or terminals without needing to open a web browser.

Related tools

Recommended tools for this topic

These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.

#vercel#mcp#ai-agent#cli

Comparison

AspectBefore / AlternativeAfter / This
Trace Inspection AccessLimited to the Vercel web browser interfaceAvailable directly in-editor via MCP or in terminal via Vercel CLI
Command AvailabilityManual dashboard exploration onlyDedicated commands like list_agent_runs and get_agent_run
Trace Detail LevelStandard application logs and request metricsDeep reasoning steps, tool calls, sub-agent behaviors, and token usage

Action Checklist

  1. Update the Vercel CLI to the latest version Ensure your local environment has the required CLI updates for agent commands.
  2. Configure the Vercel MCP server in your editor This enables IDEs supporting the Model Context Protocol to fetch run details.
  3. Deploy your eve-based agent framework project to Vercel Agent Runs specifically tracks AI agents constructed with the open-source eve framework.
  4. Query agent traces using the CLI or MCP commands Use list_agent_runs or get_agent_run to retrieve model reasoning and token usage.

Source: Vercel Changelog

This page summarizes the original source. Check the source for full details.

Related