ttommyth/interactive-mcp
by Various
Vibe coding should have human in the loop! interactive-mcp: Local, cross-platform MCP server for interact with your AI Agent
MCP
ttommyth/interactive-mcp
Added 1 June 2026
Overview
A local, cross-platform MCP server that keeps a human in the loop during AI-assisted coding. It enables developers to interact with their AI agent in real time, providing guidance, approvals, or corrections as code is generated.
Best for
Best for
Developers who want to maintain human oversight and control during AI-assisted coding sessions
Use cases
- Interactively guiding AI code generation with live feedback
- Reviewing and approving AI suggestions before they are applied
- Pausing the AI agent to provide context or correct misunderstandings
How to use
Tools exposed
request_user_inputmessage_complete_notificationstart_intensive_chatask_intensive_chatstop_intensive_chat
Tested with
Claude Desktop, Cursor, VS Code
Example client config
{\n "mcpServers": {\n "interactive": {\n "command": "npx",\n "args": ["-y", "interactive-mcp"]\n }\n }\n} Notes
A local, cross-platform MCP server that keeps a human in the loop during AI-assisted coding. It enables developers to interact with their AI agent in real time, providing guidance, approvals, or corrections as code is generated.
346 stars on GitHub. Last updated 2025-11-20. Licensed MIT.
Use cases
- Interactively guiding AI code generation with live feedback
- Reviewing and approving AI suggestions before they are applied
- Pausing the AI agent to provide context or correct misunderstandings
Pros
- Open source and written in TypeScript, easy to inspect and extend
- Runs locally, keeping code and interactions private
- Cross-platform support works on Windows, macOS, and Linux
Cons
- Requires setting up an MCP-compatible environment and agent
- Slows down fully autonomous workflows by requiring manual intervention
- Limited to agents that support the Model Context Protocol
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open source and written in TypeScript, easy to inspect and extend
- Runs locally, keeping code and interactions private
- Cross-platform support works on Windows, macOS, and Linux
Cons
- Requires setting up an MCP-compatible environment and agent
- Slows down fully autonomous workflows by requiring manual intervention
- Limited to agents that support the Model Context Protocol
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.