Skip to main content

title: “Gemini CLI” description: “Use @byul/mcp with the Gemini CLI”

Settings file

Open ~/.gemini/settings.json and add:
{
  "mcpServers": {
    "byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}
If the mcpServers object is missing, create it.
Only local stdio transport is supported. Remote HTTP/SSE endpoints are not available.