Vibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agent
| Tool name | Description | Destructive? |
|---|---|---|
| request_user_input | ✓ no | |
| message_complete_notification | ✓ no | |
| start_intensive_chat | ✓ no | |
| ask_intensive_chat | ✓ no | |
| stop_intensive_chat | ✓ no |
{
"mcpServers": {
"interactive": {
"command": "npx",
"args": [
"-y",
"interactive-mcp"
]
}
}
}