A single CLI to keep your local repositories, AI agent skills, and MCP server configurations in sync.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"gaal": {
"command": "go",
"args": [
"run",
"github.com/getgaal/gaal@latest"
]
}
}
}
Run in terminal:
claude mcp add gaal go run github.com/getgaal/gaal@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"gaal": {
"command": "go",
"args": [
"run",
"github.com/getgaal/gaal@latest"
]
}
}
}