MCP (Model Context Protocol) plugin for Invect — exposes flow building, editing, execution, and debugging as MCP tools for Claude Desktop, VS Code Copilot, and other MCP clients
{
"mcpServers": {
"invectmcp": {
"command": "npx",
"args": [
"-y",
"@invect/mcp"
]
}
}
}