MCP服务器项目
该项目是一个通用的MCP(模型上下文协议)服务器实现,包括多个工具。
设置
- 安装依赖项:
pip install -r requirements.txt用法
- 主要入口点在
app/目录。 - 看
stdio.py用于通过stdio启动服务器。
测试
- 将测试放在
tests/目录并运行pytest.
项目结构
app/-主要应用代码tests/-单元测试
许可证
麻省理工学院

MCP Server
一个通用的MCP(模型上下文协议)服务器实现,包含多种工具。
工具数
提示词数
GitHub Stars
资源数
先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。
命令预览
pip install -r requirements.txt
该项目是一个通用的MCP(模型上下文协议)服务器实现,包括多个工具。
pip install -r requirements.txtapp/ 目录。stdio.py 用于通过stdio启动服务器。tests/ 目录并运行 pytest.app/ -主要应用代码tests/ -单元测试麻省理工学院
目录标签
传输方式(transport,传输协议)
stdio
鉴权方式(authType,认证方式)
none
工具数量(toolCount,工具数)
0
资源数量(resourceCount,资源数)
0
提示词数量(promptCount,提示词数)
0
接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。
不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。
上一个 MCP
Generalized MCP Server
Dynamically exposes Python SDKs (Kubernetes, GitHub, Azure) through an agent-friendly gRPC interface. Enables interaction with cloud services and platforms using natural language by automatically converting SDK functionality into callable functions.
下一个 MCP
generate tests.prompt.md
一个基于Playwright MCP服务器的智能测试生成工具,用于通过系统探索和理解Web应用程序来创建全面的、生产就绪的测试套件。