server for Cline
com.argosvix/server
Observability MCP server: query LLM cost/errors/latency & operate alerts/evals from Claude/Cursor
client:Cline
transport:stdio
runtime:npm
Install server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": [
"-y",
"@argosvix/mcp-server"
],
"env": {
"ARGOSVIX_API_KEY": "<ARGOSVIX_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs