mcpbeat Sign in

Argosvix MCP Server

local only

Argosvix runs on your own machine — the client starts it, so there is no endpoint to ping. 204 installs a week from npm.

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

Installs per day peak 144 · avg 34 · -0% w/w
a month agotoday
204
Installs / week
npm · @argosvix/mcp-server
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Argosvix every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add server -- npx -y @argosvix/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.server]
command = "npx"
args = ["-y", "@argosvix/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "server": {
      "args": [
        "-y",
        "@argosvix/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ARGOSVIX_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Argosvix

same job, measured the same way
Spanly
by spanly

MCP observability. Query live traffic, errors, duration, and alerts from your AI agent.

answering
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Monitor
by betterdb-inc

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients

92 installs/wk local only
MCP Observability Server
by gagandeeppra

MCP server for querying logs from observability platforms with unified search and tracing

76 installs/wk local only
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

61 installs/wk local only
I
agentrace
by ura-tools

Structured observability for AI agents. Trace steps, decisions, and errors. MCP server + CLI viewer.

29 installs/wk local only
I
Foam Observability
by foam-ai

Query application logs, traces, and metrics from your AI coding assistant via Foam's MCP server.

answering
Ezstat MCP Server
by ezstat

Track and query EzStat metrics from Claude, Cursor, or any MCP agent. StatHat-compatible.

87 installs/wk local only

Argosvix — questions

Answers built from our own checks of this server.

Why is there no uptime for Argosvix?
Argosvix runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @argosvix/mcp-server was installed 204 times last week.
How do I connect Argosvix?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @argosvix/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Argosvix?
The npm package @argosvix/mcp-server was installed 204 times in the last week. Week over week that is -0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.