Skip to content
Gemini CLI

GuildControl MCP for Gemini CLI

app.lasers.guildcontrol/discord

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

client:Gemini CLI transport:stdio runtime:npm

Install GuildControl MCP in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": [
        "-y",
        "guildctl"
      ],
      "env": {
        "DISCORD_BOT_TOKEN": "<DISCORD_BOT_TOKEN>"
      }
    }
  }
}

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

GuildControl MCP in other clients