OmniBridge MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port when running in HTTP transport mode. | 3000 |
| DB_PATH | No | SQLite DB path for sessions, chain nodes, and webhook queue. | ./omnibridge.db |
| MOCK_JWK_PUB | No | Testing-only public JWK JSON string (overrides OAUTH_JWKS_URL). | |
| OAUTH_ISSUER | No | Expected JWT issuer when using HTTP transport. | |
| MCP_TRANSPORT | No | Set to 'http' to enable Streamable HTTP mode. | stdio |
| DOCKER_RUNTIME | No | Container runtime (runsc recommended; runc for local dev/demo). | runsc |
| OAUTH_AUDIENCE | No | Expected JWT audience when using HTTP transport. | |
| OAUTH_JWKS_URL | No | Remote JWKS URL (preferred for real deployments). | |
| TENANT_POLICIES | No | JSON policy map: per-client allowed images + max TTL. | |
| ATTESTATION_SECRET | No | HMAC-SHA256 signing key for receipts. Required when NODE_ENV=production. | |
| DOCKER_SOCKET_PATH | No | Docker socket override (e.g. //./pipe/dockerDesktopLinuxEngine on Windows). | |
| CONTAINER_CPU_LIMIT | No | Docker CPU quota per sandbox container (in cores). | 1.0 |
| CONTAINER_MEMORY_LIMIT | No | Docker memory limit per sandbox container. | 512m |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues