Connect Gemini CLI to Alis Build.
Use this extension to let Gemini CLI inspect Alis Build organisations, products, neurons, builds, deploys, and related workspace context.
- A preconfigured Gemini CLI MCP server for
https://mcp.alis.build - A remote Alis Build agent at
https://agent.alis.build - OAuth/OIDC sign-in through
https://identity.alisx.com - The standing Alis Build Define-Build-Deploy primer (mental model + skill-routing contract + CLI-first execution) always loaded from
GEMINI.md - A
BeforeToolhook that passes your session context to AlisLoadSkillcalls for context-aware skills
You need:
- Gemini CLI installed
- An Alis Build account with access to the organisations and products you want to use
- Network access to
https://mcp.alis.build,https://agent.alis.build, andhttps://identity.alisx.com
Install the extension:
gemini extensions install https://github.com/alis-build/gemini-cli-extensionRestart Gemini CLI after installing.
Inside Gemini CLI, run:
/mcp auth alis-build
You can also inspect the configured integration:
/extensions list
/mcp
/agents list
You should see:
- extension
alis-build - MCP server
alis-buildconfigured forhttps://mcp.alis.build - agent
alis-build-agent
The sign-in flow opens https://identity.alisx.com in your browser.
After sign-in, ask Gemini CLI to use Alis Build:
build it
fix it
Use Alis Build to list the organisations I can access.
Show recent builds for product os in organisation alis.
@alis-build-agent Review my active Alis Build workspace and suggest the next build or deploy action.
This extension includes Alis Build workflow shortcuts:
/alis-build:build-it
/alis-build:fix-it
/alis-build:getting-started
Type build it to discover the right Alis Build skill for the thing you want to build. Type fix it to use the same discovery flow when the goal is framed as a fix. /alis-build:build-it and /alis-build:fix-it are slash-command shortcuts for the same router. /alis-build:getting-started uses the Alis Build getting-started skill for the platform workflow and simpleapi quickstart. After updating a linked extension, run /commands reload or restart Gemini CLI.
This extension bundles hooks (in hooks/hooks.json) that run automatically — no setup required:
- Skill session context (
BeforeTool) — before an AlisLoadSkillcall runs, your Geminisession_idis merged into the request so the Alis Build server can return context-aware skill instructions. - Service context (
SessionStart) — when a session opens inside an Alis Build service folder (~/alis.build/<org>/build|define/…), the package id and a pointer to the matching definitions ⇄ implementation counterpart are injected viaadditionalContext. Silent outside a workspace; requiresjq.
The DBD primer and skill-routing contract are no longer injected by a hook — they live in GEMINI.md, which Gemini loads as standing context every session. The BeforeTool hook requires jq on your PATH; if jq is unavailable it exits cleanly and the CLI proceeds unmodified.
Update the extension:
gemini extensions update alis-buildRestart Gemini CLI after updating.
If the extension does not appear in /extensions list, install it again:
gemini extensions install https://github.com/alis-build/gemini-cli-extensionIf sign-in fails, confirm that you can reach https://mcp.alis.build, https://agent.alis.build, and https://identity.alisx.com, then run:
/mcp auth alis-build