Skip to content
Grok

Xata for Grok

io.github.xataio/mcp

Xata MCP server lets AI agents interact with your Xata projects, and Postgres database branches.

client:Grok transport:streamable-http

Install Xata in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp": {
      "type": "http",
      "url": "https://api.xata.tech/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

Xata in other clients