fde-ai-gateway

Kennybello099/fde-ai-gateway
★ 0 stars Python AI/LLM Updated 1d ago
FDE task covering MCP servers, security gateway, streaming PII redaction, and resilient LLM routing
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fde-ai-gateway": {
      "command": "uvx",
      "args": [
        "fde-ai-gateway"
      ]
    }
  }
}

Or install with pip: pip install fde-ai-gateway

README Excerpt

This repository contains solutions for four practical engineering tasks focused on MCP servers, MCP security gateways, LLM streaming guardrails, and resilient model routing. The implementation uses Python and emphasizes protocol correctness, strict validation, security, asynchronous processing, and testability.