omni-bridge
v1.0.5
Published
Local agent to connect MCP stdio servers to Omni cloud platform
Readme
Omni Agent
Local agent that connects MCP stdio servers to your Omni cloud platform.
Installation
npm install -g omni-bridgeOr run directly:
npx omni-bridgeUsage
# Set your cloud URL and token
export OMNI_CLOUD_URL=wss://your-cloud-url.com/ws/agent
export OMNI_AGENT_TOKEN=your-generated-token
# Start the agent
omni-agentHow It Works
- The agent connects to your cloud Omni platform via WebSocket
- When you add a local MCP server in the UI, the cloud sends commands to the agent
- The agent spawns the local MCP process (e.g.,
npx @modelcontextprotocol/server-github) - stdio is bridged between the local process and the cloud
This allows your cloud-hosted workflows to use local tools!
Environment Variables
OMNI_CLOUD_URL- WebSocket URL to connect to (default:ws://localhost:8000/ws/agent)OMNI_AGENT_TOKEN- Authentication token (get from your Omni dashboard at/mcp/agent-token)
