Content
# Aduib MCP Server
## Project Introduction
This project is an MCP server based on FastAPI, supporting various MCP functions with good scalability and ease of use.
## Quick Start
1. Install the environment
```bash
pip install uv
# Or on macOS
brew install uv
# Or on Windows
choco install uv
```
2. Install dependencies
```bash
uv sync --dev
```
3. Initialize the database
```bash
uv pip install alembic
alembic -c ./alembic/alembic.ini revision --autogenerate -m "init table"
alembic -c ./alembic/alembic.ini upgrade head
```
Connection Info
You Might Also Like
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
cc-switch
All-in-One Assistant for Claude Code, Codex & Gemini CLI across platforms.
servers
Model Context Protocol Servers
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.