Skip to main content
Glama

License: MIT Python Docker

🚀 FastMCP Boilerplate for MCP Servers

A modern MCP (Model Control Protocol) project built with Python, FastMCP, FastAPI, Docker, and integrated with Ollama and Open-webUI.

This project provides a lightweight, extensible foundation for building and deploying intelligent systems that manage and expose AI/LLM capabilities.

Model Control Protocol (MCP)

Related MCP server: Template MCP Server

🔧 Tech Stack

  • 🐍 Python – Primary language

  • FastMCP – Model Control Protocol framework for managing AI models

  • 🌐 FastAPI – High-performance API backend

  • 🧠 Ollama – LLM execution and orchestration

  • 🧩 Open-webUI – Chat-style interface for AI interactions

  • 🐳 Docker – Containerized for easy deployment and reproducibility in dev and production environments.


🧱 Features

  • 🚀 Fast startup with Docker

  • 🔌 Easy integration with Ollama and Open-webUI

  • 📦 Pluggable architecture for adding models and routes

  • 🎯 Designed for rapid prototyping or production use

  • ✅ REST API ready with OpenAPI docs


📦 Getting Started

1. Clone the repo


git clone https://github.com/rainer85ah/mcp-server.git
cd mcp-server

docker compose up --build -d

3. Access the app


Ollama: http://localhost:11434
API Docs: http://localhost:8000/docs
OpenAPI: http://localhost:8000/openapi.json
MCP Server: http://localhost:8000/service/mcp/
Open-webUI: http://localhost:3000

🌱 Use as a Boilerplate

Use this project as a starter template for:

  • AI chat platforms

  • Model routing gateways

  • Developer LLM sandboxes

  • FastAPI-based ML backends

📜 License

This project is licensed under the MIT License.
You are free to use, modify, and distribute this software with proper attribution.

🤝 Contributing

Contributions are welcome! Feel free to:

  • ⭐ Star the project

  • 🍴 Fork the repo

  • 🛠️ Open issues or feature requests

  • 🔁 Submit pull requests

📫 Contact

Created with 💡 by Rainer Arencibia
🔗 Connect with me on LinkedIn

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A high-performance FastAPI server supporting Model Context Protocol (MCP) for seamless integration with Large Language Models, featuring REST, GraphQL, and WebSocket APIs, along with real-time monitoring and vector search capabilities.
    8
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    A production-ready foundation template for building Model Context Protocol (MCP) servers with FastAPI, featuring modular tools, comprehensive testing, and OpenShift deployment configurations. Includes automated transformation scripts to create custom domain-specific MCP servers.
    66
    Apache 2.0
  • F
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol server implementation built with FastAPI that enables AI agent interactions. Provides a structured foundation for building AI-powered applications with proper data validation and modern Python tooling.
    -