Skip to content
Gemini CLI

openapi lint for Gemini CLI

io.github.cedrickouma/openapi-lint

MCP server (stdio): lint OpenAPI specs with Spectral via the AgentForge API

client:Gemini CLI transport:streamable-http runtime:npm

Install openapi lint in Gemini CLI

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

{
  "mcpServers": {
    "openapi-lint": {
      "httpUrl": "https://apim-agentforge-6lfm33.azure-api.net/openapi-lint/mcp"
    }
  }
}

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

openapi lint in other clients