The Firefly MCP (Model Context Protocol) server is a TypeScript-based server that enables seamless integration with the Firefly platform. It allows you to discover, manage, and codify resources across your Cloud and SaaS accounts connected to Firefly.
fireflymcp-servercloudsaas
Installation & Configuration
{
"mcpServers": {
"firefly": {
"command": "npx",
"args": [
"-y",
"@fireflyai/firefly-mcp"
],
"env": {
"FIREFLY_ACCESS_KEY": "your_access_key",
"FIREFLY_SECRET_KEY": "your_secret_key"
}
}
}
}Information
Transport
stdiosse
Language
TypeScript
Created
2025/3/25
Updated
2026/6/8