mcp-server

argosvix/mcp-server
★ 0 stars TypeScript AI/LLM Updated 5d ago
Observability MCP server for AI agents - 87 tools to query LLM cost/errors/latency and operate alerts, budgets, evals from Claude/Cursor
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "argosvix/mcp-server"
      ]
    }
  }
}