Supports containerized deployment with complete Docker and Docker Compose configurations for easy setup
Powers the server's API framework, exposing endpoints for file access, database operations, and vector search capabilities
Hosts the project repository, allowing users to clone the source code from GitHub for installation
Provides database connectivity for document storage and CRUD operations through the database module
MCP服务器项目说明
项目概述
MCP(多功能计算平台)服务器是一个功能强大的后端服务,支持文件访问、数据库连接、API集成和向量数据库访问等多种功能。本项目专为与通义千问(Qwen)等大型语言模型集成而设计,提供了完整的Docker部署配置和通义千问调用示例。
项目结构
功能特性
- 文件访问:上传、下载、列表和删除文件
- 数据库连接:MongoDB集成,支持文档的增删改查
- API集成:支持调用外部API服务
- 向量数据库:支持向量存储和相似度搜索
- Docker部署:完整的Docker配置,支持一键部署
- 通义千问集成:提供通义千问调用MCP服务器的客户端和示例
快速开始
安装
- 克隆项目代码:
- 使用Docker Compose启动服务:
- 验证服务是否正常运行:
使用通义千问客户端
文档
详细文档请参阅:
测试
运行服务器测试:
运行通义千问客户端测试:
依赖
- Python 3.10+
- FastAPI
- Uvicorn
- PyMongo
- FAISS
- Docker (用于部署)
详细依赖列表请参阅 requirements.txt
。
许可证
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
A multi-functional computing platform server designed to integrate with large language models like Qwen, providing file access, database connections, API integration, and vector database functionality.
Related MCP Servers
- -securityAlicense-qualityThis is a server that lets your LLMs (like Claude) talk directly to your BigQuery data! Think of it as a friendly translator that sits between your AI assistant and your database, making sure they can chat securely and efficiently.Last updated -1124108JavaScriptMIT License
- -securityAlicense-qualityThis server facilitates the invocation of AI models from providers like Anthropic, OpenAI, and Groq, enabling users to manage and configure large language model interactions seamlessly.Last updated -9PythonMIT License
- -securityFlicense-qualityThis server provides an API to query Large Language Models using context from local files, supporting various models and file types for context-aware responses.Last updated -1TypeScript
- AsecurityFlicenseAqualityA Model-Context-Protocol server that integrates with Yuque (语雀) knowledge base platform, allowing AI models to create, read, update, and delete documents, search content, and retrieve analytics data through defined tools.Last updated -1420TypeScript