Back to Apps

Service Gator
Supports UIby lobstertrap
Scope-restricted access to GitHub, GitLab, Forgejo, and JIRA for sandboxed AI agents with fine-grained permission control.
0 stars
Works in:claude
Exposes:Tools
What it does
Service Gator acts as a security proxy for AI agents, providing controlled access to external development services. It solves the problem of overly broad Personal Access Tokens (PATs) by enforcing scope restrictions outside the agent's sandbox, ensuring agents can only perform authorized operations.
Tools
status: Check overall service health and available tools.gh: Access GitHub REST API for read-only operations.gh_create_branch: Create agent branches with a mandatoryagent-prefix.github_push: Push branches and optionally create draft PRs.git_push_local: Safely push local commits from a sandboxed workspace to remote.gl: Access GitLab REST API.forgejo: Access Forgejo/Gitea REST API.jira: Execute JIRA CLI operations within configured scopes.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"service-gator": {
"command": "podman",
"args": [
"run", "--rm", "-i", "-e", "GH_TOKEN=your_token", "ghcr.io/lobstertrap/service-gator:latest", "--mcp-server", "0.0.0.0:8080"
]
}
}
}
Supported hosts
- Claude Desktop
Quick install
podman run --rm -p 8080:8080 -e GH_TOKEN ghcr.io/lobstertrap/service-gator:latest --mcp-server 0.0.0.0:8080Information
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Configure via podman run with --mcp-server flag as detailed in README.





