U2 MCP Server
About
Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
U2_HOST U2_USER U2_PASSWORD U2_ACCOUNT U2_SERVICE U2_PORT U2_SSL U2_READ_ONLY U2_MAX_RECORDS U2_BLOCKED_COMMANDSClaude Code
claude mcp add --env U2_HOST= --env U2_USER= --env U2_PASSWORD= --env U2_ACCOUNT= --env U2_SERVICE= --env U2_PORT= --env U2_SSL= --env U2_READ_ONLY= --env U2_MAX_RECORDS= --env U2_BLOCKED_COMMANDS= u2-mcp -- uvx u2-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"u2-mcp","command":"uvx","args":["u2-mcp"],"env":{"U2_HOST":"","U2_USER":"","U2_PASSWORD":"","U2_ACCOUNT":"","U2_SERVICE":"","U2_PORT":"","U2_SSL":"","U2_READ_ONLY":"","U2_MAX_RECORDS":"","U2_BLOCKED_COMMANDS":""}}'
JSON
{
"mcpServers": {
"u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "",
"U2_USER": "",
"U2_PASSWORD": "",
"U2_ACCOUNT": "",
"U2_SERVICE": "",
"U2_PORT": "",
"U2_SSL": "",
"U2_READ_ONLY": "",
"U2_MAX_RECORDS": "",
"U2_BLOCKED_COMMANDS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.