Skip to main content
Glama

Firefly

Official
by gofireflyio

Firefly MCP サーバー

Firefly MCP(Model Context Protocol)サーバーは、Fireflyプラットフォームとのシームレスな統合を可能にするTypeScriptベースのサーバーです。Fireflyに接続されたクラウドおよびSaaSアカウント全体のリソースを検出、管理、コード化できます。

特徴

  • 🔍 リソースの検出: クラウドおよびSaaSアカウント内のあらゆるリソースを検索
  • 📝 リソースのコード化: 発見したリソースを Infrastructure as Code に変換する
  • 🔐 安全な認証: 安全な通信のために FIREFLY_ACCESS_KEY と FIREFLY_SECRET_KEY を使用します
  • 🚀 簡単な統合: Claude および Cursor とシームレスに連携

前提条件

  • Node.js (v14以上)
  • npmまたはyarn
  • 生成されたアクセスキーを持つFireflyアカウント

インストール

NPX を使用して Firefly MCP サーバーを直接実行できます。

npx @fireflyai/firefly-mcp

環境変数

Firefly の認証情報は、次の 2 つの方法で提供できます。

  1. 環境変数の使用:
FIREFLY_ACCESS_KEY=your_access_key FIREFLY_SECRET_KEY=your_secret_key npx @fireflyai/firefly-mcp
  1. 引数の使用:
npx @fireflyai/firefly-mcp --access-key your_access_key --secret-key your_secret_key

使用法

スタジオ

mcp.jsonファイルを次のように更新します。

{ "mcpServers": { "firefly": { "command": "npx", "args": ["-y", "@fireflyai/firefly-mcp"], "env": { "FIREFLY_ACCESS_KEY": "your_access_key", "FIREFLY_SECRET_KEY": "your_secret_key" } } } }

上記のいずれかの方法を使用して、次のコマンドで MCP サーバーを実行します。

npx @fireflyai/firefly-mcp --sse --port 6001

mcp.jsonファイルを次のように更新します。

{ "mcpServers": { "firefly": { "url": "http://localhost:6001/sse" } } }

カーソルを使用する

  1. 上記のいずれかの方法でMCPサーバーを起動します
  2. カーソル拡張機能を使用してMCPサーバーに接続します -カーソルモデルコンテキストプロトコルのドキュメントを参照してください
  3. 自然言語を使用してリソースを照会する
例:
プロンプト
Find all "ubuntu-prod" EC2 instance in 123456789012 AWS account and codify it into Terraform
応答
resource "aws_instance" "ubuntu-prod" { ami = "ami-0c55b159cbfafe1f0" instance_type = "t3.micro" }

デモ

https://github.com/user-attachments/assets/0986dff5-d433-4d82-9564-876b8215b61e

貢献

  1. リポジトリをフォークする
  2. 機能ブランチを作成します( git checkout -b feature/amazing-feature
  3. 変更をコミットします ( git commit -m 'feat: Add amazing feature' )
  4. ブランチにプッシュする ( git push origin feature/amazing-feature )
  5. プルリクエストを開く

ライセンス

このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細についてはLICENSEファイルを参照してください。

サポート

サポートについては、 Firefly のドキュメントを参照するか、このリポジトリで問題を作成してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

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サーバーは、Fireflyプラットフォームとのシームレスな統合を可能にするTypeScriptベースのサーバーです。Fireflyに接続されたクラウドおよびSaaSアカウント全体のリソースを検出、管理、コード化できます。

  1. 特徴
    1. 前提条件
      1. インストール
        1. 環境変数
      2. 使用法
        1. スタジオ
        2. カーソルを使用する
      3. デモ
        1. 貢献
          1. ライセンス
            1. サポート

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                A 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 -
                4
                TypeScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                A 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 -
                16
                20
                TypeScript
                MIT License
                • Linux
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server implementation that enables AI assistants to interact with and manage Sakura Cloud infrastructure, including servers, disks, networks, and containerized applications.
                Last updated -
                46
                2
                JavaScript
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                This 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
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/gofireflyio/firefly-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server