Odel
U2 MCP Server

U2 MCP Server

Local
@bpamiri6PythonApache-2.0Updated 6mo ago

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

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).

PyPIu2-mcpv0.1.1

Run

uvx u2-mcp

MCP client config

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