MCP.so
登录

MCPBot

@gkenios

关于 MCPBot

A thesis project that implements an MCP server and client, using FastAPI.

基本信息

分类

其他

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

gkenios

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCPBot?

MCPBot is an implementation of an MCP (Model Context Protocol) client and server using FastAPI. It is designed to run locally or with Azure resources.

How to use MCPBot?

Run uv sync --group local, then set the secrets in a .env file as defined in mcpbot/config-local.py. Optionally download a pre-built .chromadb folder or create your own vector database using the scripts/create_document.py script.

Key features of MCPBot

  • Implements both MCP client and server
  • Built with FastAPI
  • Supports local and Azure deployment
  • Integrates with ChromaDB for vector storage
  • Includes a script to create vector databases from documents

Use cases of MCPBot

  • Run MCP client/server locally for development or testing
  • Deploy MCP services using Azure cloud resources
  • Build and store vector embeddings from documents for retrieval

FAQ from MCPBot

评论

其他 分类下的更多 MCP 服务器