Skip to content
Gemini CLI

Structura for Gemini CLI

tools.structura/structura

Design domain models and generate deterministic multi-stack code, driven by your coding agent.

client:Gemini CLI transport:streamable-http

Install Structura in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "structura": {
      "httpUrl": "https://mcp.structura.tools/"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Structura in other clients