interactive-mcp
71
Interactive-mcp is a Node.js-based MCP Server facilitating interaction between users and LLMs by providing tools for user input, notifications, and chat sessions. It is specifically designed to operate locally and engages the users directly for a more interactive AI experience.
interactive-mcp
A MCP Server implemented in Node.js/TypeScript, designed to facilitate interactive communication between LLMs and users. It must run locally alongside an MCP client, needing direct access to the user's operating system.
Tools
- Request user input with predefined options.
- Send OS notifications.
- Start, interact with, and stop intensive command-line chat sessions.
Usage Scenarios
- Interactive setup processes.
- Feedback gathering during code generation.
- Instruction clarification in pair programming.
Development Setup
- Install Node.js and pnpm.
- Clone the repository and install dependencies.
Guiding Principles
- Utilize MCP tools frequently.
- Ask clarifying questions.
- Confirm actions with users before proceeding.