Interlock

MaazAhmed47/Interlock
★ 2 stars Python AI/LLM Updated 7d ago
Runtime security gateway for AI agents and MCP servers. Live at https://getinterlock.dev
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": {
    "interlock": {
      "command": "uvx",
      "args": [
        "interlock"
      ]
    }
  }
}

Or install with pip: pip install interlock

Topics

agent-securityagentsai-securityfastapillmmcpmodel-context-protocolprompt-injectionruntime-securitysecurity-gateway