Development · MODEL CONTEXT PROTOCOL
stevearagonsite PythonServerMcp
A template repository for MCP
WHAT IT CONNECTS
stevearagonsite PythonServerMcp 为 AI Agent 提供什么
- Real-time cryptocurrency price retrieval
- Environment-based configuration (development, production, staging, local)
- CoinMarketCap API integration
- Docker container deployment
- Python 3.12+
- uv (package and virtual environment manager)
- Docker (optional, for container execution)
- Create a `.env` file in the project root with the following variables:
- You can also create specific environment files for each environment:
- `.dev.env` - For development environment
- `.staging.env` - For staging environment
- `.prod.env` - For production environment
- Define the function in the `src/__init__.py` file
- Register the tool in the `main()` function
- Document the tool with docstrings
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。