u2-mcp
by bpamiri
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| U2_SSL | No | Enable SSL (true/false) | false |
| U2_HOST | Yes | Server hostname or IP | |
| U2_PORT | No | Server port | 31438 |
| U2_USER | Yes | Username | |
| U2_ACCOUNT | Yes | Account name | |
| U2_SERVICE | No | Service type (uvcs or udcs) | uvcs |
| U2_TIMEOUT | No | Connection timeout in seconds | 30 |
| U2_PASSWORD | Yes | Password | |
| U2_HTTP_HOST | No | Host to bind HTTP server to | 0.0.0.0 |
| U2_HTTP_PORT | No | Port for HTTP server | 8080 |
| U2_READ_ONLY | No | Disable write operations (true/false) | false |
| U2_MAX_RECORDS | No | Maximum SELECT results | 10000 |
| U2_KNOWLEDGE_PATH | No | Custom path for knowledge file | ~/.u2-mcp/knowledge.md |
| U2_BLOCKED_COMMANDS | No | Comma-separated blocked TCL commands | DELETE.FILE,CLEAR.FILE |
| U2_HTTP_CORS_ORIGINS | No | Allowed CORS origins (comma-separated or *) | * |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bpamiri/u2-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server