Firefly MCP 服务器
Firefly MCP(模型上下文协议)服务器是一个基于 TypeScript 的服务器,可与 Firefly 平台无缝集成。它允许您跨连接到 Firefly 的云和 SaaS 帐户发现、管理和编码资源。
特征
- 🔍 资源发现:查找您的云和 SaaS 帐户中的任何资源
- 📝 资源编码:将已发现的资源转换为基础设施即代码
- 🔐 安全认证:使用 FIREFLY_ACCESS_KEY 和 FIREFLY_SECRET_KEY 进行安全通信
- 🚀 轻松集成:与 Claude 和 Cursor 无缝协作
先决条件
- Node.js(v14 或更高版本)
- npm 或 yarn
- 带有生成访问密钥的 Firefly 帐户
安装
您可以使用 NPX 直接运行 Firefly MCP 服务器:
环境变量
您可以通过两种方式提供 Firefly 凭证:
- 使用环境变量:
- 使用参数:
用法
标准输入输出系统
使用以下内容更新mcp.json
文件:
使用上述方法之一通过以下命令运行 MCP 服务器:
使用以下内容更新mcp.json
文件:
与游标一起使用
- 使用上述方法之一启动 MCP 服务器
- 使用 Cursor 扩展连接到 MCP 服务器 - 请参阅Cursor Model Context Protocol 文档
- 使用自然语言查询您的资源
例子:
迅速的
回复
演示
https://github.com/user-attachments/assets/0986dff5-d433-4d82-9564-876b8215b61e
贡献
- 分叉存储库
- 创建你的功能分支(
git checkout -b feature/amazing-feature
) - 提交您的更改(
git commit -m 'feat: Add amazing feature'
) - 推送到分支(
git push origin feature/amazing-feature
) - 打开拉取请求
执照
该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅LICENSE文件。
支持
如需支持,请访问Firefly 的文档或在此存储库中创建问题。
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Firefly.ai MCP 服务器是一个基于 TypeScript 的服务器,可与 Firefly 平台无缝集成。它允许您跨连接到 Firefly 的云和 SaaS 帐户发现、管理和编码资源。
Related MCP Servers
- -securityAlicense-qualityA framework to use with AI to easily create a server for any service. Just drop the API Documentation in it and ask to create the MCP.Last updated -4TypeScriptMIT License
- AsecurityAlicenseAqualityA dedicated server that wraps Google's Gemini AI models in a Model Context Protocol (MCP) interface, allowing other LLMs and MCP-compatible systems to access Gemini's capabilities like content generation, function calling, chat, and file handling through standardized tools.Last updated -1620TypeScriptMIT License
- AsecurityFlicenseAqualityAn MCP server implementation that enables AI assistants to interact with and manage Sakura Cloud infrastructure, including servers, disks, networks, and containerized applications.Last updated -462JavaScript
- -securityFlicense-qualityThis MCP server allows users to create, manage, and serve web applications through Goose, storing apps in configurable directories and providing web app serving capabilities.Last updated -JavaScript