Catalog
com.argosvix/server
OfficialObservability MCP server: query LLM cost/errors/latency & operate alerts/evals from Claude/Cursor
Monitor LLM costs, errors, latency, and manage alerts and evaluations from Claude or Cursor.
README not available yet.
Install
Configuration
Environment variables
ARGOSVIX_API_KEYrequiredsecretArgosvix API key (argk_...) issued from the dashboard
claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@argosvix/mcp-server@0.30.0-alpha.13"
],
"env": {
"ARGOSVIX_API_KEY": "<YOUR_ARGOSVIX_API_KEY>"
}
}
}
}