U2 MCP Server

Connect Claude to your Universe/UniData database using natural language. u2-mcp is an MCP server that lets AI assistants like Claude query and interact with Rocket Universe and UniData MultiValue databases. Ask questions in plain English and get real answers from your data. Its 21 documented tools cover knowledge, record, file. It runs locally over stdio via the published package.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-02-09 · ★ 6 · #108 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install U2 MCP Server

before you install - you'll need

Set U2_HOST, U2_USER, U2_PASSWORD, U2_ACCOUNT, U2_KNOWLEDGE_PATH, U2_SERVICE, U2_HTTP_HOST, U2_HTTP_PORT, U2_AUTH_ENABLED, U2_AUTH_ISSUER_URL, U2_IDP_PROVIDER, U2_IDP_DISCOVERY_URL before connecting.

Claude Code

claude mcp add bpamiri-u2-mcp -- uvx u2-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

pypi package u2-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.bpamiri is GitHub-verified and matches the repo owner

03 · What U2 MCP Server can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can close connections, list available files in the account, read a single record by ID, and read multiple records.

Capability map

Tools grouped from the project's README - what U2 MCP Server lets an agent do.

read & search

6 tools - e.g. Show active connections; List available files in the account; Read multiple records

list_connections · list_files · read_records · get_select_list · list_dictionary · get_field_definition

Knowledge

5 tools - e.g. Save learned information about the database; List all saved knowledge topics; Retrieve specific topic

save_knowledge · list_knowledge · get_knowledge_topic · search_knowledge · delete_knowledge

Record

3 tools - e.g. Read a single record by ID; Write/update a record; Delete a record

read_record · write_record · delete_record

run & execute

3 tools - e.g. Run RetrieVe/UniQuery statements; Run TCL/ECL commands; Call BASIC subroutines

execute_query · execute_tcl · call_subroutine

File

2 tools - e.g. Get file statistics; High-level file description

get_file_info · describe_file

Connect

1 tool - e.g. Establish connection to Universe/UniData server

connect

Disconnect

1 tool - e.g. Close connections

disconnect

Latest releases

v0.4.0 · 2025-12-18

Changes · Bump version to 0.4.0 · Add connection watchdog to detect and recover from hung connections

v0.3.2 · 2025-12-18

Changes · Bump version to 0.3.2 · Add topic normalization to prevent duplicate knowledge entries · Auto-create GitHub release when publishing to PyPI

v0.3.1 · 2025-12-18

What's New · v0.3.1 - Knowledge Discovery Improvements · Add get_all_knowledge tool for retrieving all saved knowledge in one call · Modify connect response to hint about available knowledge topics · Helps ensure…

04 · Who maintains U2 MCP Server

U2 MCP Server is maintained by bpamiri. It's the only MCP server we track from this author; the repo dates to Dec 2025.

05 · Facts

category
database - ranked #108 of 151 actively-maintained database servers as of 2026-08-25.
registry
io.github.bpamiri/u2-mcp (active, first published 2025-12-17)
packages
pypi:u2-mcp

06 · U2 MCP Server FAQ

Is U2 MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-02-09. We re-verify nightly.

What can U2 MCP Server do?

With this server connected, an agent can close connections, list available files in the account, read a single record by ID, and read multiple records.

How do I install U2 MCP Server?

Run `uvx u2-mcp`. The README documents 12 environment variables (U2_HOST, U2_USER, U2_PASSWORD…) to set first. Set U2_HOST, U2_USER, U2_PASSWORD, U2_ACCOUNT, U2_KNOWLEDGE_PATH, U2_SERVICE, U2_HTTP_HOST, U2_HTTP_PORT, U2_AUTH_ENABLED, U2_AUTH_ISSUER_URL, U2_IDP_PROVIDER, U2_IDP_DISCOVERY_URL before connecting. You can also paste the ready-made client config above.

Does U2 MCP Server run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to U2 MCP Server

More database MCP servers · Nyc Property Intel · Place Root · ClickHouse

More Python MCP servers · Brandfetch · KonQuest Meta Ads MCP · Laravel MCP Companion · CHAP Coordinator · Agrobr · see all