cortex (MCP Server)

GitHub

A horizontally scalable, highly available, multi-tenant, long term Prometheus.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "cortex": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-cortex"
      ]
    }
  }
}