gkenios/mcpbot
If you are the rightful owner of mcpbot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
MCPBot is an implementation of a Model Context Protocol (MCP) client and server using FastAPI.
MCPBot
Documentation: https://gkenios.github.io/mcpbot
An implementation of an MCP client and server, using FastAPI. Designed for running locally or using Azure resources.
To Do
- Change OAuth2 to the new MCP OAuth2 flow
Local
To run locally
- Run
uv sync --group local - In the .env file, set the secrets defined in the
mcpbot/config-local.pyfile - If you have access download the whole
.chromadbfolder this link and place it in the root directory of the project.
Otherwise, create your own vector database using thescripts/create_document.pyscript.