Skip to content

m3lander/openwebui-mcp-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone this repository:

    git clone https://github.com/m3lander/openwebui-mcp-bridge.git
    cd openwebui-mcp-bridge
  2. Start the services:

    docker-compose up -d
  3. Pull the Mistral model for Ollama:

    curl -X POST http://localhost:11434/api/pull -d '{"name":"mistral"}'
  4. The MCP-Bridge service will be available at http://localhost:8000

Configuration

The main configuration files are:

  • docker-compose.yml: Defines the service stack
  • config.json: Contains MCP-Bridge configuration
  • Dockerfile: 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

About

Configuration and setup for MCP-Bridge integration with OpenWebUI on Raspberry Pi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors