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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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