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 |
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/SyedDaiam9101/omnibridgemcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server