Back to Apps

GyShell
by mrorangejj
AI-native terminal and runtime that executes complex tasks with persistent loops and human-in-the-loop control.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
GyShell is a powerful AI-native terminal that allows an AI agent to think, execute, and collaborate directly within your real terminal environment. Unlike one-shot script generators, it maintains a persistent execution loop (observe -> reason -> continue) allowing for iterative debugging and long-horizon task completion.
Tools
- Terminal Control: Full orchestration of local and SSH terminal tabs.
- File Management: Integrated browsing, editing, and cross-session file transfers.
- Resource Monitoring: Real-time CPU, memory, network, and GPU telemetry.
- Context Handoff: Ability to reference previous conversations using 'Pass Chat' mentions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"gyshell": {
"command": "npx",
"args": ["-y", "gyshell"]
}
}
}
Supported hosts
- Claude Desktop
- TUI
- Mobile-web
Quick install
npx -y gyshellInformation
- Pricing
- free
- Published
- 7/23/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"gyshell": {"command": "npx", "args": ["-y", "gyshell"]}}}





