Firefly
Official
Firefly MCP-Server
Der Firefly MCP-Server (Model Context Protocol) ist ein TypeScript-basierter Server, der eine nahtlose Integration mit der Firefly-Plattform ermöglicht. Er ermöglicht Ihnen das Entdecken, Verwalten und Kodieren von Ressourcen in Ihren mit Firefly verbundenen Cloud- und SaaS-Konten.
Merkmale
🔍 Ressourcenerkennung: Finden Sie jede Ressource in Ihren Cloud- und SaaS-Konten
📝 Ressourcenkodifizierung: Konvertieren Sie entdeckte Ressourcen in Infrastruktur als Code
🔐 Sichere Authentifizierung: Verwendet FIREFLY_ACCESS_KEY und FIREFLY_SECRET_KEY für sichere Kommunikation
🚀 Einfache Integration: Funktioniert nahtlos mit Claude und Cursor
Related MCP server: OpenAPI Client Generator MCP
Voraussetzungen
Node.js (v14 oder höher)
npm oder yarn
Firefly-Konto mit generierten Zugriffsschlüsseln
Installation
Sie können den Firefly MCP-Server direkt mit NPX ausführen:
npx @fireflyai/firefly-mcpUmgebungsvariablen
Sie können Ihre Firefly-Anmeldeinformationen auf zwei Arten angeben:
Verwenden von Umgebungsvariablen:
FIREFLY_ACCESS_KEY=your_access_key FIREFLY_SECRET_KEY=your_secret_key npx @fireflyai/firefly-mcpArgumente verwenden:
npx @fireflyai/firefly-mcp --access-key your_access_key --secret-key your_secret_keyVerwendung
Stdio
Aktualisieren Sie die Datei mcp.json mit Folgendem:
{
"mcpServers": {
"firefly": {
"command": "npx",
"args": ["-y", "@fireflyai/firefly-mcp"],
"env": {
"FIREFLY_ACCESS_KEY": "your_access_key",
"FIREFLY_SECRET_KEY": "your_secret_key"
}
}
}
}Führen Sie den MCP-Server mit einer der oben genannten Methoden und dem folgenden Befehl aus:
npx @fireflyai/firefly-mcp --sse --port 6001Aktualisieren Sie die Datei mcp.json mit Folgendem:
{
"mcpServers": {
"firefly": {
"url": "http://localhost:6001/sse"
}
}
}Verwendung mit Cursor
Starten Sie den MCP-Server mit einer der oben genannten Methoden
Verwenden Sie die Cursor-Erweiterung, um eine Verbindung zum MCP-Server herzustellen – siehe Dokumentation zum Cursor Model Context Protocol
Verwenden Sie natürliche Sprache, um Ihre Ressourcen abzufragen
Beispiel:
Prompt
Find all "ubuntu-prod" EC2 instance in 123456789012 AWS account and codify it into TerraformAntwort
resource "aws_instance" "ubuntu-prod" {
ami = "ami-0c55b159cbfafe1f0"
instance_type = "t3.micro"
}Demo
https://github.com/user-attachments/assets/0986dff5-d433-4d82-9564-876b8215b61e
Beitragen
Forken Sie das Repository
Erstellen Sie Ihren Feature-Zweig (
git checkout -b feature/amazing-feature)Übernehmen Sie Ihre Änderungen (
git commit -m 'feat: Add amazing feature')Pushen zum Zweig (
git push origin feature/amazing-feature)Öffnen einer Pull-Anfrage
Lizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert – Einzelheiten finden Sie in der Datei LICENSE .
Unterstützung
Für Support besuchen Sie bitte die Dokumentation von Firefly oder erstellen Sie ein Problem in diesem Repository.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceA TypeScript-based MCP server that connects to FHIR servers, allowing access to healthcare data via fhir:// URIs and providing search capabilities for FHIR resources.65
- -licenseAqualityNot gradedmaintenanceA TypeScript-based MCP server that generates API clients from OpenAPI specifications, allowing automated code generation through natural language.1441
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables LLMs to understand and work with TypeScript APIs they haven't been trained on by providing structured access to TypeScript type definitions and documentation.3046MIT
- AlicenseAqualityDmaintenanceA TypeScript-based MCP server that integrates with Swagger/OpenAPI specifications to expose API endpoints as tools for Large Language Models (LLMs), enabling natural language interaction with any OpenAPI-compliant API.49MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.
The Figma MCP server brings Figma design context directly into your AI workflow.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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