Skip to content
Gemini CLI

Intent-Verified Development (IVD) for Gemini CLI

io.github.leocelis/ivd

33 tools that make AI write, implement, and verify intent against explicit, testable constraints.

client:Gemini CLI transport:streamable-http

Install Intent-Verified Development (IVD) in Gemini CLI

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

{
  "mcpServers": {
    "ivd": {
      "httpUrl": "https://mcp.ivdframework.dev/mcp"
    }
  }
}

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

Intent-Verified Development (IVD) in other clients