
DesktopCommander MCP Server
DesktopCommander MCP Server empowers AI assistants like Claude with direct desktop automation, providing secure terminal control, file system search, and diff-b...

FlowHunt’s Terminal Controller MCP Server gives AI agents secure, programmable access to terminal and filesystem operations for enhanced development automation.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Terminal Controller MCP Server is a Model Context Protocol (MCP) server designed to enable secure execution of terminal commands, directory navigation, and file system operations via a standardized interface. It acts as a bridge between AI assistants and the host environment, allowing AI agents to perform tasks such as running shell commands, managing directories, and manipulating files programmatically. With built-in security safeguards, command history tracking, and cross-platform compatibility, Terminal Controller enhances development workflows by giving AI-powered tools controlled access to a machine’s terminal and filesystem. This capability empowers AI assistants to automate, explore, and manage system-level tasks for developers in a safe and standardized way.
No prompt templates were found in the repository or documentation.
No explicit MCP resources were defined in the repository or documentation.
pip install terminal-controller
{
"mcpServers": {
"terminal-controller": {
"command": "python",
"args": ["-m", "terminal_controller"]
}
}
}
npx -y @smithery/cli install @GongRzhe/terminal-controller-mcp --client claude
pip install terminal-controller
{
"mcpServers": {
"terminal-controller": {
"command": "python",
"args": ["-m", "terminal_controller"]
}
}
}
pip install terminal-controller
{
"mcpServers": {
"terminal-controller": {
"command": "python",
"args": ["-m", "terminal_controller"]
}
}
}
pip install terminal-controller
{
"mcpServers": {
"terminal-controller": {
"command": "python",
"args": ["-m", "terminal_controller"]
}
}
}
If API keys or secrets are required for your setup, use environment variables rather than hardcoding them. Example configuration:
{
"mcpServers": {
"terminal-controller": {
"command": "python",
"args": ["-m", "terminal_controller"],
"env": {
"MY_API_KEY": "${MY_API_KEY_ENV_VAR}"
},
"inputs": {
"api_key": "${MY_API_KEY_ENV_VAR}"
}
}
}
}
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:
{
"terminal-controller": {
"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 “terminal-controller” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ⛔ | No prompt templates found |
| List of Resources | ⛔ | No explicit MCP resources defined |
| List of Tools | ✅ | Command execution, directory management, file operations |
| Securing API Keys | ✅ | Environment variable usage possible in config |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the above, Terminal Controller MCP provides essential terminal and filesystem access in a secure fashion, but lacks prompt templates and explicit resources. Its configuration is well-documented and cross-platform. Roots and sampling are not mentioned. Overall, this is a practical, safe, but relatively simple server for core DevOps or automation needs.
| Has a LICENSE | ✅ (MIT) |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 14 |
| Number of Stars | 60 |
Empower your AI assistants to automate development, testing, and system management with the secure, cross-platform Terminal Controller MCP.

DesktopCommander MCP Server empowers AI assistants like Claude with direct desktop automation, providing secure terminal control, file system search, and diff-b...

The iTerm MCP Server enables seamless integration between AI assistants and iTerm2 on macOS, allowing programmatic terminal automation, session management, and ...

The Filesystem MCP Server enables secure, programmatic access to the local filesystem via the Model Context Protocol (MCP). It empowers AI assistants and client...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.