a year ago
Advanced MCP Server for terminal management with GitHub Copilot integration
Transform your development experience with intelligent, non-blocking terminals perfectly integrated with GitHub Copilot and VS Code.
Server Config
{
"mcpServers": {
"copilot-terminal": {
"command": "npx",
"args": [
"copilot-terminal-mcp",
"start"
],
"env": {
"NODE_ENV": "production",
"MAX_TERMINALS": "20",
"COMMAND_TIMEOUT": "30000"
}
}
}
}