★ 0 stars
Go
🤖 AI/LLM
Updated today
Customizable terminal emulator in Go (SDL3 + Dear ImGui): multi-window, headless daemon mode, SSH-backed remote sessions, an MCP server for AI agent control, and fully configurable right-click menus.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"xerotty": {
"command": "go",
"args": [
"run",
"github.com/LXXero/xerotty@latest"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add xerotty go run github.com/LXXero/xerotty@latest
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"xerotty": {
"command": "go",
"args": [
"run",
"github.com/LXXero/xerotty@latest"
]
}
}
}
📋 Copy