UOFastMCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@UOFastMCPlist all files in the database"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
UOFastMCP
Enterprise MCP server for U2 UniData/UniVerse — JWT auth, RBAC, audit logging, built-in admin UI to simplify the setup process.
Developer: RokiPark · License: MIT · Python: 3.11+
Install & Run
# 1. Create a folder and virtual environment
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
# 2. Install
pip install uofast-mcp
# 3. Set required env var
export JWT_SECRET_KEY=$(python -c "import secrets; print(secrets.token_hex(32))")
# Windows: set JWT_SECRET_KEY=<paste output of above>
# 4. Start
uofast-mcpServer starts at http://localhost:8000
Related MCP server: anythingmcp
First-Time Setup
Log in:
admin/changeme123!

Click Server Setup in the left menu

Follow the 5-step wizard:
Check prerequisites
Set JWT secret + change admin password
Configure your U2 connection (with live test)
Review generated
.envandunidata_config.iniCopy your Claude / VSCode / CLI connection config

Connect Claude
Run the command from Step 5 of the wizard, or get it any time from http://localhost:8000/auth/login.
claude mcp add --transport sse UOFastMCP http://localhost:8000/sse \
--header "Authorization: Basic <your-base64-token>"MCP Tools (20 tools)
Category | Tools |
Connections |
|
Files & Records |
|
Dictionary |
|
Commands & BP |
|
Roles
Role | Access |
| Everything |
| Read/write records, DICT, BP + manage connections |
| Read records, DICT + execute commands |
| Read connections, files, records, DICT |
| Same as readonly — customisable |
Manage users and permissions at http://localhost:8000/admin.
Admin UI
http://localhost:8000/admin — login with admin credentials.
Section | URL | Purpose |
Users |
| Create/edit users, assign roles |
Roles / Permissions |
| Manage RBAC |
Audit Logs |
| Every tool call logged — read-only |
UniData Connections |
| View |
Server Setup |
| Change password, JWT secret, U2 connection |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Long random string — keep secret |
| No |
| Admin password on first startup |
| No |
| Security DB location |
| No |
| Set |
API Endpoints
Endpoint | Auth | Description |
| None | Health check |
| Basic | MCP SSE connection |
| None | Login page — returns ready-to-use connection config |
| Admin | Create user + return their connection command |
| Admin session | Web admin UI |
| Admin session | View UniData connections from |
| Admin session | Server setup wizard |
| None | Swagger UI |
Troubleshooting
Server won't start — JWT_SECRET_KEY not set, or port 8000 in use (uvicorn uofast_mcp.app:app --port 8001).
401 Unauthorized — get credentials from /auth/login.
403 Forbidden — user's role lacks the required permission; check Admin → Role Permissions.
U2 connection fails — re-run Server Setup wizard to update credentials and test live.
Reset everything — delete data/security.db and restart (loses all users and audit logs).
License
MIT — © 2025 RokiPark. All rights reserved.
This server cannot be deployed
Maintenance
Related MCP Connectors
Unified gateway exposing 150+ tools across all NexGenData MCP servers via one endpoint.
Hosted MCP server for AI-driven data ops. Create apps, manage schemas, and CRUD structured data.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables SQL Server database operations (queries, table management) and file system access (read, write, directory listing) with security controls. Supports comprehensive database interactions and file management through a unified MCP interface.MIT
- AlicenseAqualityAmaintenanceSelf-hosted source-available MCP gateway that turns REST, SOAP/WSDL, GraphQL, and SQL/NoSQL databases into MCP tools. Imports OpenAPI/Postman/WSDL/GraphQL specs and bridges multiple MCP servers behind one endpoint. Ships with 29 pre-built adapters and built-in OAuth2 + RBAC + audit log.4200AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceA versatile MCP server that connects to multiple relational databases (MySQL, PostgreSQL, Oracle, SQL Server, SQLite) and enables secure read-only SQL query execution and metadata access.4-
- FlicenseNot gradedqualityCmaintenanceEnables remote database access (RDBMS and MongoDB) through MCP tools, supporting read/write queries, schema management, and more.-