
Model Context Protocol (MCP) Server
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
interactive-mcp is a cross-platform MCP server that empowers developers to collaborate with AI agents in real time, enabling dynamic, context-aware, and human-in-the-loop coding and workflow automation.
The interactive-mcp MCP (Model Context Protocol) Server is a local, cross-platform tool designed to facilitate seamless interaction between AI agents and users. Its primary purpose is to enable “human-in-the-loop” workflows, allowing developers and AI assistants to work together interactively. By acting as a bridge, interactive-mcp connects AI models with external systems, such as databases, files, or APIs, thereby enhancing development productivity. It is particularly suited for environments where real-time feedback or intervention is necessary, supporting various platforms and providing an extensible foundation for integrating custom actions, prompt templates, and resource exposure. This empowers developers to build more dynamic, context-aware AI-powered tools and workflows.
No information about prompt templates was found in the repository.
No information about specific resources exposed by the interactive-mcp server was found in the repository.
No explicit list of tools could be determined from the available files or documentation in the repository.
windsurf.config.json
).mcpServers
object.Example JSON Configuration:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["@ttommyth/interactive-mcp@latest"]
}
}
}
claude.config.json
).mcpServers
section.Example JSON Configuration:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["@ttommyth/interactive-mcp@latest"]
}
}
}
mcpServers
object.Example JSON Configuration:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["@ttommyth/interactive-mcp@latest"]
}
}
}
cline.config.json
or equivalent.mcpServers
.Example JSON Configuration:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["@ttommyth/interactive-mcp@latest"]
}
}
}
Securing API Keys Using Environment Variables:
Add sensitive variables using the env
property:
{
"mcpServers": {
"interactive-mcp": {
"command": "npx",
"args": ["@ttommyth/interactive-mcp@latest"],
"env": {
"API_KEY": "${API_KEY_FROM_ENV}"
},
"inputs": {
"apiKey": "${API_KEY_FROM_ENV}"
}
}
}
}
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"interactive-mcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “interactive-mcp” to the name of your MCP server if different, and replace the URL with your MCP server’s URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Found in README.md |
List of Prompts | ⛔ | Not found |
List of Resources | ⛔ | Not found |
List of Tools | ⛔ | Not found |
Securing API Keys | ✅ | Setup section above |
Sampling Support (less important in evaluation) | ⛔ | Not found |
While interactive-mcp presents a promising human-in-the-loop approach and is actively developed with good adoption (stars/forks), the lack of explicit documentation on prompts, tools, and resources limits its immediate usability for advanced MCP workflows. Its setup is straightforward and well-supported for common platforms.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ⛔ |
Number of Forks | 19 |
Number of Stars | 219 |
interactive-mcp is a local, cross-platform Model Context Protocol server designed to connect AI agents with users and external systems. It excels at enabling human-in-the-loop workflows, real-time feedback, and custom action integration for building dynamic AI-powered tools.
interactive-mcp is ideal for collaborative coding with AI, cross-platform AI workflows, AI-augmented code reviews, custom integration prototyping, and boosting productivity by combining automation with human input.
Add the MCP component to your FlowHunt flow, open the configuration panel, and insert your MCP server details in the system configuration. Use the provided JSON snippet and adjust the URL to point to your server.
Store sensitive API keys as environment variables in your configuration file using the `env` property. Reference them in your MCP server setup to avoid exposing secrets within your codebase.
No explicit prompt templates or tools are documented in the current repository. The server is designed as an extensible foundation for building custom workflows and integrations.
interactive-mcp is cross-platform, supporting common developer environments and operating systems. It is compatible with tools like Windsurf, Claude, Cursor, and Cline.
Boost your productivity and create smarter, more interactive AI-powered tools using the interactive-mcp MCP Server. Integrate it in FlowHunt or your favorite platform today.
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...
The MCP-PIF (Model Context Protocol - Personal Intelligence Framework) Server connects AI assistants with external data, tools, and services for workspace manag...