Turso Connector for AI agents.
10 live capabilities
Manage your distributed edge databases and libSQL infrastructure with natural language.
Waiting for input…
Why people use Turso
Turso for Managing Distributed Edge Databases
This Connector changes that by making your AI agent your database command center. You just tell your agent to spin up a new instance or check a replica's status. You get to stay in your IDE and keep your momentum while the agent handles the heavy lifting of interacting with the Turso API.
What Vinkius changes
That you can manage your entire distributed database fleet using only natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Emergency Token Rotation
A developer notices a potential credential leak and asks the agent to rotate all tokens for the production-db immediately using rotate_database_tokens.
- Real-world use case 02
Rapid Dev Setup
A new hire needs a sandbox and asks the agent to provision a new database for their project using create_database.
- Real-world use case 03
Fleet Audit
An admin asks the agent to show all their databases and their locations to verify the global footprint using list_databases and list_edge_locations.
Complete set · 10capabilities
The complete Turso capability set.
These are the exact actions your AI can choose when you ask it to work with Turso.
01—04
4 capabilities in this set.
Part of 10 available through Turso.
- 01 Capability
Create database
Create a new distributed libSQL database in a specific group. This lets you provision new environments instantly.
- 02 Capability
Create database token
Generate a unique connection token for a specific database instance. Use this to grant secure access.
- 03 Capability
Delete database
Permanently remove a global database from your account. This is useful for cleaning up old resources.
- 04 Capability
Get database details
See the specific architectural traits and metadata for any target libSQL instance. Use this to inspect your setup.
05—07
3 capabilities in this set.
Part of 10 available through Turso.
- 05 Capability
List databases
Show every libSQL database currently in your registry. This provides a quick overview of your fleet.
- 06 Capability
List database groups
View the logical groups that organize your database locations. This helps you understand your DB orchestration.
- 07 Capability
List edge locations
See the physical Fly.io datacenter mappings for your edge locations. Use this to verify global data residency.
08—10
3 capabilities in this set.
Part of 10 available through Turso.
- 08 Capability
List organizations
See all the organizational tenants in your Turso account. This helps identify root organizational tenants.
- 09 Capability
List database tokens
Show all the active execution JWT tokens currently in use for your databases. This helps audit active access.
- 10 Capability
Rotate database tokens
Invalidate all pre-existing tokens for a database to secure it. This blocks old credentials immediately.
Set up in minutes
One URL. Then ask Turso to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Turso 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_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Turso for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso URL.
- Step 03
Save and start
Save the connection and enable Turso in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"turso": {
"url": "https://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso
Open Agent mode in chat and ask: "Using Turso, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"turso": {
"url": "https://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso
Ask Copilot: "Using Turso, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"turso": {
"url": "https://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso
Open Cascade and ask: "Using Turso, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"turso": {
"url": "https://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso
Ask Cline: "Using Turso, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add turso --transport http "https://edge.vinkius.com/vk_preview_auXgf153NbgeNT8u85XWHaGvlwZ8G20GEzWf2zUa/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 Turso
Ask Claude: "Using Turso, show me...". 10 tools are ready
Where the request belongs
Work Turso can move forward.
For the engineer who manages global database fleets and needs to rotate keys or provision environments without the friction of manual dashboard navigation.
Platform Engineer
Monitor global database fleets and rotate compromised tokens in seconds during an incident.
Backend Developer
Spin up new test environments on the fly and verify libSQL metadata without leaving the IDE.
DevOps Engineer
Script group migrations and validate token expirations via your AI agent.
System Administrator
Identify zombie databases and clean up unused serverless resources efficiently.
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.
OceanBase
Enterprise distributed relational database. manage clusters, tenants, and databases via AI.
ElectricSQL (Sync Engine)
Sync Postgres data to your AI agent in real-time using ElectricSQL's HTTP Sync API. fetch shapes, stream updates, and query subsets.
Supabase
Connect your AI to Supabase. Execute database queries, manage users, and trigger PostgreSQL functions directly from your terminal.
Xata
Automate your serverless database workflows with Xata. manage organizations, projects, and branches directly from your AI agent.
SurrealDB
Manage SurrealDB instances. execute SurrealQL, query tables, and manage records directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Turso 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 Turso.
The practical details behind the request, access and result.
What can I do with the Turso MCP?
You can manage your edge database fleet using natural language. This includes provisioning new databases, listing your current registry, mapping global locations, and handling security tasks like rotating tokens.
Can I use Turso MCP to run SQL queries?
No, this Connector is designed for infrastructure management and database orchestration. You should use a standard SQL connector or your AI client's native SQL capabilities to run queries.
How do I secure my database with Turso MCP?
You can use the Connector to rotate all existing tokens for a database instantly. This is a great way to revoke access if you suspect a security breach or when offboarding team members.
Can I see my global database locations?
Yes, the Connector can look up physical datacenter mappings for your edge locations. This helps you verify where your data is hosted globally.
Is this for serverless databases?
Yes, this Connector is specifically built for Turso's serverless libSQL edge databases, making it perfect for distributed infrastructure.
How does Turso MCP help with costs?
It helps you identify and delete unused or zombie databases. By making it easier to see your entire registry, you can quickly clean up resources you no longer need.
Can my AI agent provision a new database in a specific edge location?
Yes. You can ask your agent to list available edge locations first, and then instruct it to create a new database in a logical group hosted in that region. Ensure you provide the target group name so the database is correctly allocated to your application fleet.
How can I quickly revoke database access if a token is compromised?
Simply ask your agent to invalidate or rotate the tokens for that specific database name. The AI will hit the /invalidate endpoint, blocking all old tokens instantly. Afterwards, you can ask for a fresh secure token with a 24-hour expiration.
Can the agent check if I am approaching my dataset limits?
Yes. When querying the details of a specific database, the agent retrieves storage metadata and group allocation facts. You can ask the AI to summarize your database sizes and flags to see which instances might need an upgrade or clean-up.
One connection away
Give your agent a direct line to Turso.
Connect Turso once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available