agentops-mcp (via mcp2cli)
Monitor AI agent observability data via AgentOps — traces, spans, and metrics.
Shortcuts
mcp2cli agentops <cmd>(alias formcp2cli agentops-mcp)
Commands
Auth
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli agentops auth |
Authorize with AgentOps API key | mcp2cli agentops auth --api-key YOUR_KEY |
ref |
Trace
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli agentops trace get |
Get trace info and metrics by ID | mcp2cli agentops trace get --trace-id abc123 |
ref |
mcp2cli agentops trace get-complete |
Get complete trace with all data | mcp2cli agentops trace get-complete --trace-id abc123 |
ref |
Span
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli agentops span get |
Get span info and metrics by ID | mcp2cli agentops span get --span-id xyz456 |
ref |
Discover Parameters
Append --help to any command for full parameter list:
mcp2cli agentops trace get --help
Note: Use Ref links in the Commands table above to view detailed parameter reference and more examples.
User Notes
MUST READ users/skill.md for custom workflows and tips. Config: MCP server settings live in
~/.agents/mcp2cli/servers.yaml- edit there to take effect.