PluginBench
MCP Server

com.argosvix/server MCP Server

com.argosvix/server

What is the com.argosvix/server MCP server?

Observability MCP server: query LLM cost/errors/latency & operate alerts/evals from Claude/Cursor

How to install com.argosvix/server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ARGOSVIX_API_KEY
    secret

    Argosvix API key (argk_...) issued from the dashboard. Required for account tools; omit to list all tools and use the two public data tools (get_synth_daily / get_daily_readthrough)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "env": {
        "ARGOSVIX_API_KEY": "<YOUR_ARGOSVIX_API_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "env": {
        "ARGOSVIX_API_KEY": "<YOUR_ARGOSVIX_API_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "env": {
        "ARGOSVIX_API_KEY": "<YOUR_ARGOSVIX_API_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "env": {
        "ARGOSVIX_API_KEY": "<YOUR_ARGOSVIX_API_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add server --env ARGOSVIX_API_KEY=<YOUR_ARGOSVIX_API_KEY> -- npx -y @argosvix/mcp-server

Related MCP servers

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Draw and visually collaborate with your agents on tldraw's canvas.

50k
TypeScript
View repository →

Metabase

Active

Lets AI clients search, explore, query, and visualize data in a Metabase instance.

49k
Clojure
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →
com.argosvix/server MCP Server | PluginBench