Releases: matthiastjong/shellgate
Releases · matthiastjong/shellgate
v0.1.0 — Initial Release
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 updeployment
Quick Start
git clone https://github.com/matthiastjong/shellgate.git
cd shellgate
cp .env.example .env
docker compose up -dSee README for full documentation.