Skip to content
Gemini CLI

agent-talk for Gemini CLI

com.basenull/agent-talk

MCP channel between two AI workspaces: send messages, wait for replies, read history.

client:Gemini CLI transport:streamable-http

Install agent-talk in Gemini CLI

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

{
  "mcpServers": {
    "agent-talk": {
      "httpUrl": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}

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

agent-talk in other clients