Fledge MCP 服务器

Fledge MCP 服务器

为 Cursor AI 集成提供 Fledge 模型上下文协议 (MCP) 服务。

快速入门

前置条件

安装步骤

  1. 克隆仓库: git clone https://github.com/Krupalp525/fledge-mcp.git cd fledge-mcp
  2. 安装依赖: pip install -r requirements.txt

启动服务

  1. 确保 Fledge 已运行: fledge start
  2. 启动 MCP 服务器: python mcp_server.py
  3. 验证运行状态: curl http://localhost:8082/health

测试工具

运行测试脚本: python test_mcp.py

更多功能和详细说明请参考 README。