From df3d6a7a4ef6c59fbdcd1a44bd90312ff0c1a0b8 Mon Sep 17 00:00:00 2001 From: Manti Mini Date: Sat, 9 May 2026 12:16:43 +0200 Subject: [PATCH] Add Shellgate to Infrastructure & Proxies section Shellgate is a security gateway for AI agents that works with Claude Code via MCP. It provides scoped tokens, credential injection, human-in-the-loop guards, SSH execution, vault, org skills, wiki, and agent memories. https://github.com/matthiastjong/shellgate --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a5326d..0c3bb5c 100644 --- a/README.md +++ b/README.md @@ -433,6 +433,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**castari-proxy**](https://github.com/castar-ventures/castari-proxy) (73 ⭐) - Use Claude Agent SDK and Claude Code with other providers/models. - [**claude-code-open**](https://github.com/Davincible/claude-code-open) (66 ⭐) - Claude Code with any LLM provider (OpenRouter, Gemini, Kimi K2). - [**Claudify**](https://github.com/neno-is-ooo/claudify) (32 ⭐) - Use Claude Code as an LLM provider with your subscription flat fee instead of pay-per-token API keys. +- [**Shellgate**](https://github.com/matthiastjong/shellgate) - Security gateway for AI agents. Sits between Claude Code and your infrastructure — agents get scoped tokens, never real credentials. Includes human-in-the-loop approval, SSH execution, vault, and full audit logging. ---