Connect Antigravity
Add the Piyaz MCP server to Antigravity and install the bundled workflow plugin.
Connect Antigravity
Piyaz is hosted at app.piyaz.ai. The plugin installs into Antigravity once, at the user level, and works in every project you open. No clone required. Add the MCP server, then authenticate (Antigravity handles OAuth automatically, once per machine).
Add the MCP server
Add the Piyaz MCP server to your global config. The IDE and the CLI share one config at ~/.gemini/config/mcp_config.json (in the IDE: MCP Store → Manage MCP Servers → View raw config):
{
"mcpServers": {
"piyaz": { "serverUrl": "https://app.piyaz.ai/api/mcp" }
}
}Authenticate and install the skills
Run /mcp (CLI) or open the MCP manager (IDE) and Authenticate. Antigravity handles OAuth automatically.
The workflow skills ship as a bundled plugin. Clone this repo and copy plugins/antigravity/ into ~/.gemini/config/plugins/ (global) or .agents/plugins/ at your workspace root. The bundled mcp_config.json also includes a piyaz-local server for self-host.
Verify
Ask Antigravity:
/piyaz List my projects.Antigravity returns your project list. An empty list is expected on a fresh account.
Antigravity replaces Gemini CLI (consumer access ends 2026-06-18). Run agy plugin import gemini to migrate, then use the Antigravity setup above.
Self-host
To run Piyaz on your own infrastructure, start the server locally and select the piyaz-local server, which points at http://localhost:3000/api/mcp. The bundled mcp_config.json already includes it. For running the server itself, see the self-host guide.
What gets installed
- The 6 MCP tools:
piyaz_project,piyaz_task,piyaz_edge,piyaz_query,piyaz_context,piyaz_analyze. - The
/piyazskill. - The workflow skills: brainstorm, decompose, decompose-feature, decompose-task, manage, onboarding, and review.
composer (end-to-end task orchestration) and the dispatchable agents are Claude Code only. Antigravity ships the skills above and runs each phase inline. For the composer loop, use Claude Code.