mcp-stats

codeforanchorage/mcp-stats
★ 0 stars HCL 💻 Code/Dev Tools Updated 6d ago
Account-wide CloudWatch observability for the Code for Anchorage MCP server fleet (tag-based discovery, dashboard, saved Logs Insights queries).
View on GitHub →

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-stats": {
      "command": "npx",
      "args": [
        "-y",
        "codeforanchorage/mcp-stats"
      ]
    }
  }
}

README Excerpt

An **infrastructure-only** Terraform project that aggregates usage telemetry — sessions, unique clients, tool-call data — across the whole fleet of hosted MCP (Model Context Protocol) servers, each of which runs as its own AWS Lambda behind API Gateway. It has its own git repo and its own Terraform state. It has **zero code