Odel
Data Studio

Data Studio

Local
@geek-fun3RustApache-2.0Updated Yesterday

Unified MCP server for SQL and NoSQL databases, powered by dockit and sqlkit desktop apps

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@geek-fun/data-studio-mcpv0.1.10

Run

npx -y @geek-fun/data-studio-mcp

MCP client config

{
  "mcpServers": {
    "data-studio": {
      "command": "npx",
      "args": [
        "-y",
        "@geek-fun/data-studio-mcp"
      ]
    }
  }
}