aduib-mcp-server-template

chaorenex1/aduib-mcp-server-template

3.1

If you are the rightful owner of aduib-mcp-server-template 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 Template is a versatile and extensible server template based on FastAPI, designed to support multiple databases and caching backends.

Aduib MCP Server Template

项目简介

本项目为 一个基于 FastAPI 的 MCP 服务端模板,支持多种数据库和缓存后端,具有良好的扩展性和易用性。

快速开始

  1. 安装环境

    pip install uv
    # Or on macOS
    brew install uv
    # Or on Windows
    choco install uv
    
  2. 安装依赖

    uv sync --dev
    
  3. 初始化数据库

     uv pip install alembic
     alembic -c ./alembic/alembic.ini revision --autogenerate -m "init table"
     alembic -c ./alembic/alembic.ini upgrade head