Xata Connector for AI agents.
28 live capabilities
Manage your serverless database projects and SQL queries through natural conversation.
Waiting for input…
Why people use Xata
Xata for Serverless Database Infrastructure Management
With this Connector, you just tell your agent what you need. You can spin up a new branch, check your CPU metrics, or rotate credentials in a single chat. You get a unified interface for your entire Xata infrastructure.
What Vinkius changes
You get full control over your serverless database lifecycle through a simple chat interface.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Spinning up a dev environment
A developer needs a new branch for a feature.
- Real-world use case 02
Managing team access
A manager needs to add a freelancer.
- Real-world use case 03
Quick data inspection
A data analyst needs to check a count.
Complete set · 28capabilities
The complete Xata capability set.
These are the exact actions your AI can choose when you ask it to work with Xata.
01—04
4 capabilities in this set.
Part of 28 available through Xata.
- 01 Capability
Create branch
Create a new database branch for your project. This lets you isolate development work from production data.
- 02 Capability
Create org api key
Generate a new API key for your organization. Use this to provide secure access to your data.
- 03 Capability
Create organization
Create a new Xata organization. This helps you group different projects and teams together.
- 04 Capability
Delete user api keys
Bulk delete user API keys by their ID. This is a fast way to clean up old credentials.
05—08
4 capabilities in this set.
Part of 28 available through Xata.
- 05 Capability
Execute sql
Run single or batch SQL queries over HTTP. This lets you pull data directly into your chat.
- 06 Capability
Get branch credentials
Get the username and password for a specific branch. This helps you grab connection details quickly.
- 07 Capability
Get branch metrics
View CPU, memory, and disk usage for a branch. Use this to monitor your database performance.
- 08 Capability
Get github repository mapping
See which GitHub repo is linked to a branch. This helps you verify your deployment connections.
09—12
4 capabilities in this set.
Part of 28 available through Xata.
- 09 Capability
Get organization
Fetch detailed information about a specific organization. Use this to review your current setup.
- 10 Capability
Get project limits
Check the resource limits for projects in an organization. This helps you manage your quotas.
- 11 Capability
List images
View available PostgreSQL versions and images. This helps you choose the right setup for your project.
- 12 Capability
List org api keys
List all organization-scoped API keys. Use this to audit your current security access.
13—16
4 capabilities in this set.
Part of 28 available through Xata.
- 13 Capability
List organization invitations
View all pending or expired invitations. This helps you track who is joining your team.
- 14 Capability
List organization members
See who belongs to a specific organization. Use this to manage your team's access levels.
- 15 Capability
List organizations
List all organizations you belong to. This gives you a high-level view of your account.
- 16 Capability
List projects
See all projects within an organization. Use this to manage your different database environments.
17—20
4 capabilities in this set.
Part of 28 available through Xata.
- 17 Capability
List regions
See available regions for project deployment. This helps you choose the best location for your data.
- 18 Capability
List user api keys
See the API keys for your account. Use this to manage your personal access points.
- 19 Capability
Map github repository
Link a GitHub repository to a database branch. This automates the connection between code and data.
- 20 Capability
Remove organization member
Remove a member from an organization. Use this to offboard users quickly.
21—24
4 capabilities in this set.
Part of 28 available through Xata.
- 21 Capability
Rotate branch credentials
Trigger a password rotation for a database branch. This keeps your credentials fresh and secure.
- 22 Capability
Update organization
Update the general information for an organization. Use this to keep your workspace details current.
- 23 Capability
Cancel organization invitation
Cancel a pending invitation to an organization. This helps keep your member list clean.
- 24 Capability
Install github app
Link a GitHub App installation to your organization. This connects your capabilities to your workflow.
25—28
4 capabilities in this set.
Part of 28 available through Xata.
- 25 Capability
Invite organization member
Send an email invite to a user for an organization. Use this to quickly onboard new team members.
- 26 Capability
List branches
See all branches available in a project. This gives you a quick overview of your environments.
- 27 Capability
Create project
Create a new project inside an organization. Use this to set up new database environments.
- 28 Capability
Create user api key
Generate a new API key for a specific user. This is useful for granting individual access.
Set up in minutes
One URL. Then ask Xata to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Xata from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Xata, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Xata for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Xata URL.
- Step 03
Save and start
Save the connection and enable Xata in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"xata": {
"url": "https://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Xata
Open Agent mode in chat and ask: "Using Xata, help me...". 28 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"xata": {
"url": "https://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Xata
Ask Copilot: "Using Xata, help me...". 28 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"xata": {
"url": "https://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Xata
Open Cascade and ask: "Using Xata, help me...". 28 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"xata": {
"url": "https://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Xata
Ask Cline: "Using Xata, help me...". 28 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add xata --transport http "https://edge.vinkius.com/vk_preview_L1fPQpj7643i5hPrQ8OQthSyV0MvLkmkAt1FtqV6/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Xata
Ask Claude: "Using Xata, show me...". 28 tools are ready
Where the request belongs
Work Xata can move forward.
This is for the backend engineer who's tired of switching contexts between their IDE and the database dashboard, or the DevOps lead who needs to manage access across multiple organizations without the manual overhead.
Backend Developer
Spins up new branches and maps them to GitHub repos during a sprint to keep dev environments isolated.
Data Engineer
Runs complex SQL queries and checks branch metrics to monitor performance and pull data for analysis.
DevOps Manager
Rotates API keys and manages organization member permissions at scale to maintain security standards.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsXata (Serverless DB)
Manage your serverless databases via Xata. list organizations, manage projects, branches, and execute SQL queries directly from any AI agent.
Aiven
Manage Aiven cloud infrastructure. provision databases, manage projects, and monitor services directly from your AI agent.
Neon
Manage serverless PostgreSQL databases via Neon. provision projects, branches, endpoints and roles from any AI agent.
OceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
Turso
Automate distributed database workflows via Turso. manage edge locations, organizations, and libSQL databases directly from any AI agent.
Supabase
Manage Supabase projects, databases and secrets via API. create projects, configure Postgres, manage branches and secrets from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Xata connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Xata.
The practical details behind the request, access and result.
How does the Xata MCP help with my database workflow?
It lets you manage your serverless database infrastructure through your AI agent. You can create projects, branches, and manage members without leaving your current workspace.
Can I use the Xata MCP to run SQL queries?
Yes, your agent can run single or batch SQL queries directly. You can ask it to fetch specific data or perform updates on your tables.
How do I manage my team's access using Xata?
You can use the agent to invite new members, remove old ones, and manage organization roles. It handles the invitations and membership updates for you.
Does the Xata MCP support GitHub integration?
Yes, it can link your GitHub repositories to specific database branches. This helps keep your code and data infrastructure in sync.
Can I monitor my database performance with this?
You can ask your agent to check branch metrics like CPU, memory, and disk usage. It pulls this data directly from Xata for you.
Is it possible to rotate my database passwords?
Yes, the Connector can trigger a password rotation for your branches. This keeps your credentials fresh and secure without manual configuration.
Can I see all organizations I have access to?
Yes! Use the list_organizations capability to retrieve all Xata organizations available to your current API key.
How do I start a new project in a specific organization?
Simply use the create_project action providing the organization_id and the desired name for your new project.
Can I run raw SQL queries through the agent?
Yes, the execute_sql capability allows you to run SQL queries directly against your database branches for advanced data manipulation and analysis.
One connection away
Give your agent a direct line to Xata.
Connect Xata once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available