📦
Fastmcp Multi Server
A comprehensive MCP (Model Context Protocol) server collection featuring weather alerts, math operations, and user services
0 installs
Trust: 34 — Low
Devtools
Ask AI about Fastmcp Multi Server
Powered by Claude · Grounded in docs
I know everything about Fastmcp Multi Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP注册多服务用法。
安装环境
conda create -n poc python==3.10
conda activate poc
# 安装
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install "mcp[cli]" -i https://pypi.tuna.tsinghua.edu.cn/simple
修改配置文件
启动服务端
cd mcp_servers/server_echo/
python server.py
cd mcp_servers/server_sqlite/
python server.py
启动客户端
python fastmcp_multi_server.py
