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
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Sequential Thinking
A structured MCP server for dynamic problem-solving and reflective thinking.