chaorenex1/aduib-mcp-server
3.2
If you are the rightful owner of aduib-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Aduib MCP Server is a FastAPI-based MCP server offering extensive functionality, scalability, and ease of use.
Aduib MCP Server
项目简介
本项目为 一个基于 FastAPI 的 MCP 服务端,支持多种mcp 功能,具有良好的扩展性和易用性。
快速开始
-
安装环境
pip install uv # Or on macOS brew install uv # Or on Windows choco install uv
-
安装依赖
uv sync --dev
-
初始化数据库
uv pip install alembic alembic -c ./alembic/alembic.ini revision --autogenerate -m "init table" alembic -c ./alembic/alembic.ini upgrade head