Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Let your AI coding agent securely access all your databases, in plain language.
Local-first. Enterprise-grade security. Open source.
๐ Product Page ยท npm ยท dockit ยท sqlkit ยท Releases
English ยท ็ฎไฝไธญๆ
This repository contains the Data Studio MCP Server, a Model Context Protocol server that gives AI coding agents direct access to your databases through the dockit and sqlkit desktop apps.
Install and launch dockit and/or sqlkit, add a database connection, and make sure Settings โ MCP Bridge โ Auto-start is enabled (it is by default). Install both apps for the full SQL + NoSQL tool set.
Or run it without installing (npx downloads it on first run):
OpenAI Codex, one command:
Claude Code, one command:
Cursor. Create .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
Windsurf. Create ~/.codeium/windsurf/mcp_config.json (global only):
OpenCode. Add to opencode.json (project) or ~/.config/opencode/opencode.json (global):
Any other MCP client. Register a stdio server with command npx and args -y @geek-fun/data-studio-mcp.
Open Settings โ MCP Bridge in dockit/sqlkit to control what the agent can do:
| Permission mode | What the agent can do |
|---|---|
| Read Only (default) | Explore schemas, run SELECT queries. No writes. |
| Data Read/Write | INSERT, UPDATE, index operations. No deletes/drops. |
| Full Access | Everything, including DELETE, DROP, TRUNCATE. |
Use plain language. The agent queries your databases for you:
orders*"The agent reads schemas, runs queries, and explores your data, then shows you every query it executed.
The LLM gets broad access to your data, but it never sees your credentials. The policy model gates every capability by risk level.
connection_id. Real credentials are resolved inside dockit/sqlkit and never cross the MCP boundary. Your passwords and keys stay on your machine, in your app.Ask in the policy. The client prompts the user for explicit confirmation before anything destructive runs.127.0.0.1 exclusively. It is unreachable from other machines, with no server to host and no API keys to manage.All tools follow the data_studio__{backend}__{action} convention. The User confirmation column shows which operations surface an explicit confirmation prompt in your AI client before they run.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/data-studio)<a href="https://allmcps.com/mcp/data-studio"><img src="https://allmcps.com/api/badge/data-studio?style=directory" alt="Data Studio on AllMCPs" /></a>