- Explore MCP Servers
- openwebui-mcp-bridge
Openwebui Mcp Bridge
What is Openwebui Mcp Bridge
openwebui-mcp-bridge is a project that facilitates the integration of MCP-Bridge with OpenWebUI on a Raspberry Pi, utilizing Docker and Cloudflare tunnels for seamless operation.
Use cases
Use cases include setting up a smart home dashboard, managing IoT devices remotely, and integrating various web applications with MCP-Bridge services.
How to use
To use openwebui-mcp-bridge, clone the repository from GitHub, start the services using Docker Compose, and configure your OpenWebUI installation to connect to the MCP-Bridge endpoint at http://localhost:8000/v1.
Key features
Key features include easy setup with Docker, integration with Cloudflare tunnels for secure access, and the ability to pull and use the Mistral model for Ollama.
Where to use
openwebui-mcp-bridge is primarily used in home automation, IoT projects, and any application where a web interface is needed to interact with MCP-Bridge functionalities on a Raspberry Pi.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Openwebui Mcp Bridge
openwebui-mcp-bridge is a project that facilitates the integration of MCP-Bridge with OpenWebUI on a Raspberry Pi, utilizing Docker and Cloudflare tunnels for seamless operation.
Use cases
Use cases include setting up a smart home dashboard, managing IoT devices remotely, and integrating various web applications with MCP-Bridge services.
How to use
To use openwebui-mcp-bridge, clone the repository from GitHub, start the services using Docker Compose, and configure your OpenWebUI installation to connect to the MCP-Bridge endpoint at http://localhost:8000/v1.
Key features
Key features include easy setup with Docker, integration with Cloudflare tunnels for secure access, and the ability to pull and use the Mistral model for Ollama.
Where to use
openwebui-mcp-bridge is primarily used in home automation, IoT projects, and any application where a web interface is needed to interact with MCP-Bridge functionalities on a Raspberry Pi.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
OpenWebUI MCP-Bridge Integration
This repository contains the configuration and setup for integrating MCP-Bridge with OpenWebUI on a Raspberry Pi using Docker and Cloudflare tunnels.
Prerequisites
- Docker and Docker Compose installed on your Raspberry Pi
- Cloudflare account for tunnel setup
- Git installed
Installation
-
Clone this repository:
git clone https://github.com/m3lander/openwebui-mcp-bridge.git cd openwebui-mcp-bridge -
Start the services:
docker-compose up -d -
Pull the Mistral model for Ollama:
curl -X POST http://localhost:11434/api/pull -d '{"name":"mistral"}' -
The MCP-Bridge service will be available at
http://localhost:8000
Configuration
The main configuration files are:
docker-compose.yml: Defines the service stackconfig.json: Contains MCP-Bridge configurationDockerfile: Builds the MCP-Bridge container
Usage
Once running, configure your OpenWebUI installation to use the MCP-Bridge endpoint:
http://localhost:8000/v1
License
MIT License
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










