How to Use the AgentOps (Agent Telemetry and Monitoring) MCP in Claude Code
Query AgentOps traces and debug production agent telemetry directly from your terminal with Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect AgentOps (Agent Telemetry and Monitoring) MCP to Claude Code
Create your Vinkius account to connect AgentOps (Agent Telemetry and Monitoring) to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Inspect active agent traces from the command line
The `get_trace` tool retrieves full execution histories for specific agent runs directly into your shell session. Claude Code uses this tool to pipe raw execution graphs into other CLI utilities or grep for specific error codes. This is ideal for SREs who need to debug live agent failures during an on-call incident. You don't need a heavy web UI; just ask your command-line agent to fetch the trace and locate the failing step.
Analyze execution spans with Claude Code
The `get_span` tool extracts detailed timing, input arguments, and output payloads for any single step in your workflow. Claude Code calls this tool to dissect complex agent behaviors without leaving the terminal. By getting raw span details, you can quickly write shell scripts that parse execution bottlenecks. Your agent can automate this, scanning dozens of spans to find the exact database query or API call that slowed down your system.
Monitor project health via this MCP Server
The `get_project` tool pulls your AgentOps project configuration, allowing Claude Code to verify your monitoring setup across staging and production. It ensures your CI/CD pipelines are pointing to the correct telemetry environments. You can combine this with `get_trace_metrics` to run automated performance audits. Pipe the output to local files or use it in cron jobs to alert your team when agent success rates dip below your threshold.
Set up AgentOps (Agent Telemetry and Monitoring) MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeagentops-agent-telemetry-and-monitoring-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest AgentOps (Agent Telemetry and Monitoring) transactions." It will automatically discover and invoke the available AgentOps (Agent Telemetry and Monitoring) tools.
claude mcp add --transport http agentops-agent-telemetry-and-monitoring-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about AgentOps (Agent Telemetry and Monitoring) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the AgentOps (Agent Telemetry and Monitoring) MCP today
We host it, we monitor it, we maintain it. You just paste one token.