
my first mcp
使用 UV 包管理器的 Python 项目模板,支持快速开发和依赖管理。
Repository Info
About This Server
使用 UV 包管理器的 Python 项目模板,支持快速开发和依赖管理。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Python Project with UV Package Manager
This project uses the uv package manager for fast and reliable Python package management.
Project Structure
project/
├── src/ # Source code
│ └── package_name/ # Main package directory
├── tests/ # Test files
├── docs/ # Documentation
├── pyproject.toml # Project configuration
├── requirements.txt # Production dependencies
├── requirements-dev.txt # Development dependencies
└── README.md # Project documentation
Prerequisites
- Python 3.8+
- UV package manager
Installation
- Install UV:
curl -LsSf https://astral.sh/uv/install.sh | sh
- Create a virtual environment:
uv venv
- Install dependencies:
uv pip install -r requirements.txt
Development Setup
- Install development dependencies:
uv pip install -r requirements-dev.txt
- Install the package in development mode:
uv pip install -e .
Usage
# Run tests
pytest
# Run linting
ruff check .
# Run type checking
mypy .
Dependencies
- See
requirements.txtfor production dependencies - See
requirements-dev.txtfor development dependencies
source .venv/bin/activate && uvicorn src.app.main:app --host 0.0.0.0 --port 8000 --log-level debug
Quick Start
Clone the repository
git clone https://github.com/or-opus/my-first-mcpInstall dependencies
cd my-first-mcp
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.