Skip to content
Gemini CLI

Command+K for Gemini CLI

com.commandplusk/command-k

Set up and run an in-product AI assistant: widgets, knowledge, MCP connections, usage.

client:Gemini CLI transport:streamable-http

Install Command+K in Gemini CLI

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

{
  "mcpServers": {
    "command-k": {
      "httpUrl": "https://commandplusk.com/api/public/mcp"
    }
  }
}

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

Command+K in other clients