Multi-model review gate for AI coding agents: other vendors' models review the plan before it is built and the diff after, over MCP. Native-AOT server + VS Code extension.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"dew_flow_connect_oth": {
"command": "npx",
"args": [
"-y",
"oleksandrdubyna88/dew_flow_connect_other_ais"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add dew_flow_connect_oth npx -y oleksandrdubyna88/dew_flow_connect_other_ais
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"dew_flow_connect_oth": {
"command": "npx",
"args": [
"-y",
"oleksandrdubyna88/dew_flow_connect_other_ais"
]
}
}
}
📋 Copy