Agentic Observability MCP for Cursor
io.github.mdfifty50-boop/agentic-observability
Agent tracing, cost tracking, anomaly detection for LLM agents
client:Cursor
transport:stdio
runtime:npm
Install Agentic Observability MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentic-observability": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentic-observability-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs