Signal-Loop

AbhinavGupta707/Signal-Loop
★ 0 stars Python 🤖 AI/LLM Updated today
Deterministic medication safety for AI prescribing agents — FHIR-native MCP servers with rules-engine verdicts and Gemini synthesis
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": {
    "signal-loop": {
      "command": "uvx",
      "args": [
        "signal-loop"
      ]
    }
  }
}

Or install with pip: pip install signal-loop

README Excerpt

Two healthcare AI products built on the Signal-Loop foundation. | Product | What it does | Path | |---|---|---| | **Lumen** | Formal-verification meta-layer for individual clinical recommendations. | [`lumen/`](./lumen/) | | **Vigil** | Workspace-scale adverse-event horizon scanner. | [`vigil/`](./vigil/) |