Skip to content

Releases: matthiastjong/shellgate

v0.1.0 — Initial Release

09 May 10:30

Choose a tag to compare

Shellgate v0.1.0

Self-hosted secure gateway for AI agents. One token. Full control. Complete audit trail.

Features

  • MCP Gateway — Proxy MCP tool calls through secure SSH tunnels
  • Human-in-the-loop — Real-time approval/deny for sensitive operations via Telegram/Slack
  • Credential Vault — Blind-fill secrets without exposing them to AI agents
  • Audit Trail — Complete logging of all agent actions
  • Organization Skills — Shared procedures across all agents
  • Wiki — Compiled organizational knowledge base
  • Memories — Persistent behavioral guidance for agents
  • Webhooks — Event-driven integrations
  • Goals — Measurable objectives with autonomous agent execution
  • Docker Ready — Single docker compose up deployment

Quick Start

git clone https://github.com/matthiastjong/shellgate.git
cd shellgate
cp .env.example .env
docker compose up -d

See README for full documentation.