cubrid-mcp-server

cubrid-labs/cubrid-mcp-server
★ 1 stars Python 🗄️ Database Updated 11d ago
A Model Context Protocol (MCP) server for CUBRID database — enabling LLMs to inspect schemas and execute read-only queries via pycubrid.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cubrid-mcp-server": {
      "command": "uvx",
      "args": [
        "cubrid-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cubrid-mcp-server