Vertical Flows for Claude Desktop
com.verticalflows/agent-gateway
View client requests, prepare actions and approve work within your firm's permissions.
client:Claude Desktop
transport:streamable-http
Install Vertical Flows in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://verticalflows.com/api/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs