PluginBench
MCP Server
Maintained
Apache-2.0

U2 MCP Server MCP Server

io.github.bpamiri/u2-mcp

What is the U2 MCP Server MCP server?

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

How to install U2 MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • U2_HOST

    Universe/UniData server hostname or IP address

  • U2_USER

    Database username

  • U2_PASSWORD

    Database password

  • U2_ACCOUNT

    Account name to connect to

  • U2_SERVICE

    Service type: 'uvcs' for Universe, 'udcs' for UniData

  • U2_PORT

    Server port

  • U2_SSL

    Enable SSL connection

  • U2_READ_ONLY

    Disable write operations for safe exploration

  • U2_MAX_RECORDS

    Maximum records returned from SELECT queries

  • U2_BLOCKED_COMMANDS

    Comma-separated list of blocked TCL commands

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "u2-mcp": {
      "command": "uvx",
      "args": [
        "u2-mcp"
      ],
      "env": {
        "U2_HOST": "<YOUR_U2_HOST>",
        "U2_USER": "<YOUR_U2_USER>",
        "U2_PASSWORD": "<YOUR_U2_PASSWORD>",
        "U2_ACCOUNT": "<YOUR_U2_ACCOUNT>",
        "U2_SERVICE": "<YOUR_U2_SERVICE>",
        "U2_PORT": "<YOUR_U2_PORT>",
        "U2_SSL": "<YOUR_U2_SSL>",
        "U2_READ_ONLY": "<YOUR_U2_READ_ONLY>",
        "U2_MAX_RECORDS": "<YOUR_U2_MAX_RECORDS>",
        "U2_BLOCKED_COMMANDS": "<YOUR_U2_BLOCKED_COMMANDS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "u2-mcp": {
      "command": "uvx",
      "args": [
        "u2-mcp"
      ],
      "env": {
        "U2_HOST": "<YOUR_U2_HOST>",
        "U2_USER": "<YOUR_U2_USER>",
        "U2_PASSWORD": "<YOUR_U2_PASSWORD>",
        "U2_ACCOUNT": "<YOUR_U2_ACCOUNT>",
        "U2_SERVICE": "<YOUR_U2_SERVICE>",
        "U2_PORT": "<YOUR_U2_PORT>",
        "U2_SSL": "<YOUR_U2_SSL>",
        "U2_READ_ONLY": "<YOUR_U2_READ_ONLY>",
        "U2_MAX_RECORDS": "<YOUR_U2_MAX_RECORDS>",
        "U2_BLOCKED_COMMANDS": "<YOUR_U2_BLOCKED_COMMANDS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "u2-mcp": {
      "command": "uvx",
      "args": [
        "u2-mcp"
      ],
      "env": {
        "U2_HOST": "<YOUR_U2_HOST>",
        "U2_USER": "<YOUR_U2_USER>",
        "U2_PASSWORD": "<YOUR_U2_PASSWORD>",
        "U2_ACCOUNT": "<YOUR_U2_ACCOUNT>",
        "U2_SERVICE": "<YOUR_U2_SERVICE>",
        "U2_PORT": "<YOUR_U2_PORT>",
        "U2_SSL": "<YOUR_U2_SSL>",
        "U2_READ_ONLY": "<YOUR_U2_READ_ONLY>",
        "U2_MAX_RECORDS": "<YOUR_U2_MAX_RECORDS>",
        "U2_BLOCKED_COMMANDS": "<YOUR_U2_BLOCKED_COMMANDS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "u2-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "u2-mcp"
      ],
      "env": {
        "U2_HOST": "<YOUR_U2_HOST>",
        "U2_USER": "<YOUR_U2_USER>",
        "U2_PASSWORD": "<YOUR_U2_PASSWORD>",
        "U2_ACCOUNT": "<YOUR_U2_ACCOUNT>",
        "U2_SERVICE": "<YOUR_U2_SERVICE>",
        "U2_PORT": "<YOUR_U2_PORT>",
        "U2_SSL": "<YOUR_U2_SSL>",
        "U2_READ_ONLY": "<YOUR_U2_READ_ONLY>",
        "U2_MAX_RECORDS": "<YOUR_U2_MAX_RECORDS>",
        "U2_BLOCKED_COMMANDS": "<YOUR_U2_BLOCKED_COMMANDS>"
      }
    }
  }
}
Claude Code
claude mcp add u2-mcp --env U2_HOST=<YOUR_U2_HOST> --env U2_USER=<YOUR_U2_USER> --env U2_PASSWORD=<YOUR_U2_PASSWORD> --env U2_ACCOUNT=<YOUR_U2_ACCOUNT> --env U2_SERVICE=<YOUR_U2_SERVICE> --env U2_PORT=<YOUR_U2_PORT> --env U2_SSL=<YOUR_U2_SSL> --env U2_READ_ONLY=<YOUR_U2_READ_ONLY> --env U2_MAX_RECORDS=<YOUR_U2_MAX_RECORDS> --env U2_BLOCKED_COMMANDS=<YOUR_U2_BLOCKED_COMMANDS> -- uvx u2-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →