The AgentOps MCP server provides access to observability and tracing data for debugging complex AI agent runs. This adds crucial context about where the AI agent succeeds or fails.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"env": {
"AGENTOPS_API_KEY": ""
},
"args": [
"agentops-mcp"
],
"command": "npx"
}