一键导入
agentops-mcp
Monitor AI agent traces and spans via CLI. Use when user needs to authorize with AgentOps, retrieve trace information, or inspect span metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor AI agent traces and spans via CLI. Use when user needs to authorize with AgentOps, retrieve trace information, or inspect span metrics.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Execute and suggest AWS CLI commands across all AWS services via natural language or direct CLI syntax. Use when user needs to manage EC2, S3, IAM, Lambda, RDS, or any other AWS resource.
Manage issues, track dependencies, and monitor workspace progress via CLI. Use when user needs to create/list/update issues, manage blockers, claim work, or get project stats.
Run read-only BigQuery SQL queries via CLI. Use when user needs to query BigQuery datasets, run SQL against Google BigQuery, or retrieve data from BigQuery tables.
Control Blender scenes, execute Python code, and import 3D assets from PolyHaven/Sketchfab/Hyper3D/Hunyuan3D via CLI. Use when user needs to manipulate Blender objects, generate AI 3D models, or apply textures.
Automate browser navigation, element interaction, and page capture via CLI. Use when user needs to navigate URLs, click/type/select page elements, take screenshots, or extract console logs.
Automate browser interactions via Chrome DevTools — control pages, interact with DOM elements, capture screenshots/snapshots, monitor console/network, evaluate JS, and run performance/Lighthouse audits. Use when user needs to navigate websites, fill forms, take screenshots, test web apps, or analyze page performance.
| name | agentops-mcp |
| description | Monitor AI agent traces and spans via CLI. Use when user needs to authorize with AgentOps, retrieve trace information, or inspect span metrics. |
| source_version | 0.3.0 |
| source_cli_hash | e025631a |
| generated_at | 2026-04-06T09:03:03.084973+00:00 |
Monitor AI agent observability data via AgentOps — traces, spans, and metrics.
mcp2cli agentops <cmd> (alias for mcp2cli agentops-mcp)| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli agentops auth | Authorize with AgentOps API key | mcp2cli agentops auth --api-key YOUR_KEY | ref |
| 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 |
| Command | Description | Example | Ref |
|---|---|---|---|
mcp2cli agentops span get | Get span info and metrics by ID | mcp2cli agentops span get --span-id xyz456 | ref |
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.
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.