server for Cursor
com.argosvix/server
Observability MCP server: query LLM cost/errors/latency & operate alerts/evals from Claude/Cursor
client:Cursor
transport:stdio
runtime:npm
Install server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@argosvix/mcp-server"
],
"env": {
"ARGOSVIX_API_KEY": "<ARGOSVIX_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs