Overview of Standalone FLUJO MCP Servers
mainFLUJO manages several Model Context Protocol (MCP) processes via stdio transport. These servers provide specialized tools for AI workflows:
@mario.andreschak/mcp-flujo: Provides FLUJO application tools and run resources by delegating to the running backend via the localhost control API.@mario.andreschak/mcp-filesystem: Provides confined filesystem tools, MCP Apps HTML resources, and a bounded touched-file resource registry.@mario.andreschak/mcp-bash: Provides cross-platform shell execution (foreground/background) and a PTY-backed terminal with process-tree cleanup.@mario.andreschak/mcp-browser: Provides isolated server-side Patchright browser automation with an MCP Apps browser view.
Technical Implementation Details:
- Each package builds to
dist/index.js. - They use
StdioServerTransport. - Important:
stdoutis reserved strictly for MCP protocol frames. All diagnostics and logs must be written tostderr. - Configurations are persisted as portable
npx --no-install <executable>commands and resolved from theFLUJO_APP_ROOTruntime.