@scheduler-systems/gal-run
v0.0.54
Published
GAL CLI - Command-line tool for managing AI agent configurations across your organization
Maintainers
Readme
GAL CLI
Governance platform for AI coding agents. Discover, centralize, and sync approved configurations for individuals and teams.
Install
npm install -g @scheduler-systems/gal-runUsage
# Authenticate with GitHub
gal auth login
# Pull approved configs
gal sync --pull
# Check sync status
gal sync --status
# Scan org repos for AI agent configs
gal discoverSupported Platforms
- Claude Code (
.claude/) - Cursor (
.cursor/) - GitHub Copilot (
.github/) - Gemini (
.gemini/) - Codex (
.codex/) - Windsurf (
.windsurf/)
MCP Server
GAL provides an MCP server for AI coding agents. Auto-configured by gal sync --pull, or set up manually:
Claude Code (.mcp.json):
{
"mcpServers": {
"gal": {
"command": "npx",
"args": ["-y", "@scheduler-systems/gal-mcp-session"]
}
}
}Cursor (.cursor/mcp.json), Windsurf (.windsurf/mcp_config.json), Gemini (settings.json):
{
"mcpServers": {
"gal": {
"command": "npx",
"args": ["-y", "@scheduler-systems/gal-mcp-session"]
}
}
}Or use the hosted endpoint: https://api.gal.run/mcp with Bearer token auth.
CI/CD Integration
- name: Install GAL CLI
run: npm install -g @scheduler-systems/gal-run
- name: Sync configs
run: gal sync --pull
env:
GAL_TOKEN: ${{ secrets.GAL_TOKEN }}Documentation
- Docs: https://gal.run/docs
- Dashboard: https://app.gal.run
- Issues: https://github.com/Scheduler-Systems/gal-run/issues
License
Proprietary - Copyright (c) 2026 Scheduler Systems. All rights reserved.
