Brest MCP  Server

Brest MCP Server

未知

环境要求

  • Python 3.12.3+
  • uv 依赖管理器
  • Node.js(用于MCP检查器)

快速开始

1. 安装 uv(如未安装)

# Linux/macOS
curl -LsSf https://astral.sh/uv/install.sh | sh

# Windows
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

2. 克隆并设置服务器

git clone https://github.com/BSE-dev/Brest-mcp-server.git
cd Brest-mcp-server/brest-mcp
uv venv
source .venv/bin/activate  # Windows: .venv\Scripts\activate
uv sync

3. 启动服务器

npx @modelcontextprotocol/inspector uv run brest-mcp

4. 访问界面

打开浏览器访问 http://localhost:5173

常见问题

  • 连接错误 (ECONNREFUSED 127.0.0.1:3001): 检查 brest-mcp 是否正在运行并监听3001端口
  • 依赖问题: 删除 .venvuv.lock 文件,然后重新执行设置步骤

注意事项

  • 代理服务器运行在端口 3000
  • 确保在启动前已激活虚拟环境