title: “Gemini CLI” description: “Use @byul/mcp with the Gemini CLI”
Settings file
Open~/.gemini/settings.json and add:
mcpServers object is missing, create it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
~/.gemini/settings.json and add:
{
"mcpServers": {
"byul": {
"command": "npx",
"args": ["-y", "@byul/mcp"],
"env": { "BYUL_API_KEY": "byul_api_key" }
}
}
}
mcpServers object is missing, create it.