GitHubスター
0
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
0
お気に入り
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!