QuilrAI_take_home

Kioberry/QuilrAI_take_home
★ 0 stars Python Code/Dev Tools Updated today
FDE assessment: custom MCP server, MCP security gateway, streaming PII guardrail, and an LLM rate-limiting/fallback router
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": {
    "quilrai_take_home": {
      "command": "uvx",
      "args": [
        "quilrai-take-home"
      ]
    }
  }
}

Or install with pip: pip install quilrai-take-home

README Excerpt

Four self-contained solutions to the assessment tasks. Each directory is its own Python project with a pinned `uv.lock`, its own README, and a test suite that needs no network access, provider account, or API key. | Task | Problem | Directory | | --- | --- | --- | | 1 | Custom MCP server with strict validation and stdio transport | [Task1/](Task1/) |