Sentinel

waleedoo-7/Sentinel
★ 0 stars Python AI/LLM Updated today
A fully local, **£0** observability stack you can bring up with one command. This is Phase 1 of the Sentinel project (see `../Sentinel_Build_Plan.md` for the full roadmap). The AI copilot, RAG, MCP server, and AWS deployment come in later phases — this phase gets telemetry flowing end to end so you have something real to observe.
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": {
    "sentinel": {
      "command": "uvx",
      "args": [
        "sentinel"
      ]
    }
  }
}

Or install with pip: pip install sentinel