flowengine-mcp-app
v3.0.4
Published
Renamed to @flowengine.cloud/flowengine-cli. This thin shim re-exports the MCP server so existing `npx -y flowengine-mcp-app` configs keep working unchanged.
Maintainers
Readme
flowengine-mcp-app
Renamed to
@flowengine.cloud/flowengine-cli.
This package is now a thin shim. Existing setups using
npx -y flowengine-mcp-app continue to work unchanged — the shim forwards
to the real MCP server inside @flowengine.cloud/flowengine-cli.
New install (recommended)
npm install -g @flowengine.cloud/flowengine-cliThis gives you:
fe/flowengine— CLI for deploying and managing FlowEngine Functionsflowengine-mcp— MCP server for Claude Desktop / VSCode / Cursor
Claude Desktop config
{
"mcpServers": {
"flowengine": {
"command": "npx",
"args": ["-y", "@flowengine.cloud/flowengine-cli"],
"env": { "FLOWENGINE_API_KEY": "fe_..." }
}
}
}The old flowengine-mcp-app name in args still works via this shim.
Links
- Homepage: https://flowengine.cloud
- Issues: https://github.com/flowengine/flowengine/issues
