Skip to content

MCP chatbot with a Vite/TypeScript FE and a FastAPI containerized BE forked from Edoardo Cilia's MCP-Chatbot repository and extended beyond a simple CLI chatbot to include a UI and interchangeable models/clouds/vector stores/MCP servers

Notifications You must be signed in to change notification settings

emlegweak/mcp-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MCP Chatbot - FastAPI Backend

Running the App Locally

Backend

Start the backend server on your local machine by running:

docker compose up --build

Frontend

In another terminal, start the frontend server on your local machine by navigating to the frontend directory and running:

npm run dev

Acknowledgments

This repository was originally based on the MCP-Chatbot repository here, which demonstrates how to integrate the Model Context Protocol (MCP) into a simple CLI chatbot. The implementation has been extended far beyond the original repository, but the initial baseline was provided by Edoardo Cilia under the MIT License.

About

MCP chatbot with a Vite/TypeScript FE and a FastAPI containerized BE forked from Edoardo Cilia's MCP-Chatbot repository and extended beyond a simple CLI chatbot to include a UI and interchangeable models/clouds/vector stores/MCP servers

Resources

Stars

Watchers

Forks