Loading...
npm install -g{
"mcpServers": {
"interactive": {
"command": "npx",
"args": ["-y", "interactive-mcp"]
}
}
}request_user_inputAsks the user a question and returns their answer, optionally displaying predefined options.
User input can be manipulated, but the tool itself doesn't directly cause harm.
message_complete_notificationSends a simple OS notification to the user.
Notifications are generally harmless.
start_intensive_chatInitiates a persistent command-line chat session with the user.
Opens a command-line interface, potentially allowing for execution of commands.
ask_intensive_chatAsks a question within an active intensive chat session.
Relies on user input within a command-line context.
stop_intensive_chatCloses an active intensive chat session.
Simply closes a command-line session.
This server is relatively safe when used with trusted LLMs that adhere to the guiding principles. However, the ability to execute commands on the local machine introduces a moderate risk if the LLM is compromised or poorly configured. Exercise caution when using with untrusted LLMs.