Skip to main content
Glama
SyedDaiam9101

OmniBridge MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port when running in HTTP transport mode.3000
DB_PATHNoSQLite DB path for sessions, chain nodes, and webhook queue../omnibridge.db
MOCK_JWK_PUBNoTesting-only public JWK JSON string (overrides OAUTH_JWKS_URL).
OAUTH_ISSUERNoExpected JWT issuer when using HTTP transport.
MCP_TRANSPORTNoSet to 'http' to enable Streamable HTTP mode.stdio
DOCKER_RUNTIMENoContainer runtime (runsc recommended; runc for local dev/demo).runsc
OAUTH_AUDIENCENoExpected JWT audience when using HTTP transport.
OAUTH_JWKS_URLNoRemote JWKS URL (preferred for real deployments).
TENANT_POLICIESNoJSON policy map: per-client allowed images + max TTL.
ATTESTATION_SECRETNoHMAC-SHA256 signing key for receipts. Required when NODE_ENV=production.
DOCKER_SOCKET_PATHNoDocker socket override (e.g. //./pipe/dockerDesktopLinuxEngine on Windows).
CONTAINER_CPU_LIMITNoDocker CPU quota per sandbox container (in cores).1.0
CONTAINER_MEMORY_LIMITNoDocker memory limit per sandbox container.512m

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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