finops-mcp-sentinel

jayzamindar/finops-mcp-sentinel
★ 0 stars Python 💻 Code/Dev Tools Updated today
FinOps-MCP Sentinel is a framework that connects financial accountability (FinOps) and technical reliability (SRE) in fintech. It's like a watchman that ensures cloud infrastructure is cost-effective and stable.This project includes code for the MCP server and UI, along with docs and config files. The MCP server handles tool execution and security,
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "finops-mcp-sentinel": {
      "command": "uvx",
      "args": [
        "finops-mcp-sentinel"
      ]
    }
  }
}

Or install with pip: pip install finops-mcp-sentinel

README Excerpt

**AI-powered SRE command center for fintech infrastructure — built on the Model Context Protocol (MCP), with production-grade architecture scaled down for a personal lab environment.** --- > **Built in 3 weeks as a solo project** — designed with production-grade architecture principles, then deliberately scoped down to run entirely on a personal laptop with zero cloud credentials required.