GitHub Stars
0
User Rating
Not Rated
Forks
0
Issues
0
Views
0
Favorites
0
README
Ollama Chatbot with MCP
Overview
A modular FastAPI + Ollama chatbot using Anthropics MCP protocol.
Structure
backend/
: FastAPI server, async DB, MCP hostfrontend/
: Static HTML/CSS/JS UI as MCP client
Setup
cd backend && pip install -r requirements.txt
uvicorn app.main:app --reload
- Serve frontend via simple HTTP server or configure FastAPI static mount.
Enjoy your decoupled, modular chatbot!
Author Information
Threads