ttommyth/interactive-mcp
Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.
Quick Start
Clone the repository:
git clone https://github.com/ttommyth/interactive-mcpClaude Desktop configuration example:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": [
"-y",
"ttommyth/interactive-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.