other tools and integrations

Interactive Mcp

Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.

typescript
local
macos
windows
linux
other tools and integrations
0
View on GitHub

Installation

npx -y ttommyth/interactive-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "interactive-mcp",
  "command": "npx",
  "args": [
    "-y",
    "ttommyth/interactive-mcp"
  ]
}

About This MCP Server

ttommyth/interactive-mcp

Enables interactive LLM workflows by adding local user prompts and chat capabilities directly into the MCP loop.

GitHub: https://github.com/ttommyth/interactive-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub