Skip to content
Grok

Agent-Native Chat for Grok

io.github.builderio/agent-native-chat

Minimal chat-first app with durable threads, actions, and the app-agent loop

client:Grok transport:streamable-http

Install Agent-Native Chat in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "agent-native-chat": {
      "type": "http",
      "url": "https://starter.agent-native.com/mcp"
    }
  }
}

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-Native Chat in other clients