MCP Server
MCP
io.github.mkpvishnu/terminal-mcp
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
Install
uvx terminal-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "terminal-mcp",
"version": "0.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Maximum concurrent sessions",
"format": "string",
"name": "TERMINAL_MCP_MAX_SESSIONS"
},
{
"description": "Seconds before auto-close (default 1800)",
"format": "string",
"name": "TERMINAL_MCP_IDLE_TIMEOUT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment