Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP.
uvx u2-mcp{
"U2_HOST": "YOUR_VALUE_HERE",
"U2_USER": "YOUR_VALUE_HERE",
"U2_PASSWORD": "YOUR_VALUE_HERE",
"U2_ACCOUNT": "YOUR_VALUE_HERE",
"U2_SERVICE": "uvcs",
"U2_PORT": "31438",
"U2_SSL": "false",
"U2_READ_ONLY": "false",
"U2_MAX_RECORDS": "10000",
"U2_BLOCKED_COMMANDS": "DELETE.FILE,CLEAR.FILE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-bpamiri-u2-mcp": {
"command": "uvx",
"args": [
"u2-mcp"
],
"env": {
"U2_HOST": "YOUR_VALUE_HERE",
"U2_USER": "YOUR_VALUE_HERE",
"U2_PASSWORD": "YOUR_VALUE_HERE",
"U2_ACCOUNT": "YOUR_VALUE_HERE",
"U2_SERVICE": "uvcs",
"U2_PORT": "31438",
"U2_SSL": "false",
"U2_READ_ONLY": "false",
"U2_MAX_RECORDS": "10000",
"U2_BLOCKED_COMMANDS": "DELETE.FILE,CLEAR.FILE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
U2 MCP Server is an MCP server for Connect AI assistants to Rocket Universe/UniData MultiValue databases via MCP.. It supports STDIO transport.
Use the generated config in Install. This server runs with uvx u2-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for uvx u2-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for uvx u2-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for uvx u2-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for uvx u2-mcp. Add required environment variables before starting Cursor or VS Code.
U2 MCP Server uses STDIO transport. Use the package or command config in Install.
U2 MCP Server inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
U2 MCP Server does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
u2-mcpstdio | pypi | 0.1.1 | 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 |