Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions servers/mcp-server-terminal/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: mcp-server-terminal
image: mcp/mcp-server-terminal
type: server
longLived: true
meta:
category: devops
tags:
- terminal
- tui
- cli
- automation
- pty
about:
title: Terminal MCP Server
description: >-
MCP server for AI agents to interact with terminal-based applications (TUI/CLI)
through structured Terminal State Tree representation. Think of it as "Playwright
for terminals" - providing structured, queryable terminal state similar to
Playwright's accessibility tree for web applications.
icon: https://raw.githubusercontent.com/aybelatchane/mcp-server-terminal/main/assets/icon.svg
source:
project: https://github.com/aybelatchane/mcp-server-terminal
branch: main
commit: 039d334
config:
env:
- name: DISPLAY
description: X11 display for visual terminal mode (e.g., ":0")
required: false
args:
- name: headless
description: Run in headless mode without visual terminal windows
type: boolean
default: false