available
Local review
CLI review through a detected local agent or configured provider.
Developer guide
GitGecko keeps local execution, self-hosting, and cloud preview separate so the authentication and data boundary stay clear.
Quick start
npx gitgecko reviewYour selected agent or provider retains its own authentication. Local review does not require a GitGecko cloud account.
01
Run a review in any repository. GitGecko detects a configured Claude, Codex, or OpenCode pathway before using a provider key.
npx gitgecko review02
Use a local OpenAI-compatible endpoint such as LM Studio, Ollama, or vLLM. You own the model endpoint and credentials.
gitgecko review --pathway local03
Start the self-hosted services when your team needs a controlled review and index environment.
docker compose upavailable
CLI review through a detected local agent or configured provider.
available
ast-grep and regex analysis establish reproducible findings before model review.
available
Self-hosted Streamable HTTP MCP is available on its loopback gateway. Public host-routed MCP requires an authenticated ingress and is not shipped by Compose.
preview
Hosted execution is private preview. Access and entitlements are not yet a public self-serve contract.
planned
No public REST API is published. Do not integrate against an undocumented cloud endpoint.