MCP server

Xata
MCPOfficial Xata MCP. Postgres branches as tools.
Xata’s remote server. Projects, branches, and the database the agent is allowed to see.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"xata": {
"url": "https://api.xata.tech/mcp"
}
}
}By Xata
Spec
What the server actually exposes.
list_projects
readXata projects.
list_branches
readPostgres branches.
query
readSQL on a branch.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
xata-mcp.mcp/tools
Tools
- read
list_projects
Xata projects.
- read
list_branches
Postgres branches.
- read
query
SQL on a branch.
Last call
{ "ok": true,
"tool": "list_projects",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
