Skip to content
Cline

U2 MCP Server for Cline

io.github.bpamiri/u2-mcp

Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP.

client:Cline transport:stdio runtime:pypi

Install U2 MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "u2-mcp": {
      "command": "uvx",
      "args": [
        "u2-mcp"
      ],
      "env": {
        "U2_HOST": "<U2_HOST>",
        "U2_USER": "<U2_USER>",
        "U2_PASSWORD": "<U2_PASSWORD>",
        "U2_ACCOUNT": "<U2_ACCOUNT>",
        "U2_SERVICE": "<U2_SERVICE>",
        "U2_PORT": "<U2_PORT>",
        "U2_SSL": "<U2_SSL>",
        "U2_READ_ONLY": "<U2_READ_ONLY>",
        "U2_MAX_RECORDS": "<U2_MAX_RECORDS>",
        "U2_BLOCKED_COMMANDS": "<U2_BLOCKED_COMMANDS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

U2 MCP Server in other clients