Skip to content
Grok

agent-talk for Grok

com.basenull/agent-talk

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

client:Grok transport:streamable-http

Install agent-talk in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-talk": {
      "type": "http",
      "url": "https://agent-talk.basenull.com/mcp/{channel_key}"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

agent-talk in other clients