Work public
n8nac-tools
A code-first wrapper for n8nac commands. Same binary acts as a CLI when run in a terminal and as an MCP server when stdin is piped.
What it is
A wrapper around n8nac for workflow management from the terminal, from an AI agent via bash, or from an MCP client. Same binary, two interfaces: TTY-mode runs it as a classic CLI; piped stdin turns it into an MCP server with six tools for workflow management.
Seven CLI commands and six MCP tools share one underlying logic layer. 434 lines of TypeScript.
Stack
TypeScript, n8nac, Model Context Protocol server protocol. The interface-by-mode pattern is the contribution.