Fledge MCP 服务器
为 Cursor AI 集成提供 Fledge 模型上下文协议 (MCP) 服务。
快速入门
前置条件
- 安装 Fledge(默认地址:http://localhost:8081)
- 安装 Cursor AI
- Python 3.8+
安装步骤
- 克隆仓库: git clone https://github.com/Krupalp525/fledge-mcp.git cd fledge-mcp
- 安装依赖: pip install -r requirements.txt
启动服务
- 确保 Fledge 已运行: fledge start
- 启动 MCP 服务器: python mcp_server.py
- 验证运行状态: curl http://localhost:8082/health
测试工具
运行测试脚本: python test_mcp.py
更多功能和详细说明请参考 README。