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).
Run
uvx u2-mcp
MCP client config
{
"mcpServers": {
"u2-mcp-server": {
"command": "uvx",
"args": [
"u2-mcp"
]
}
}
}