Skip to content
Back to search
30
MCP

io.github.sirlordt/vscode-terminal-mcp

io.github.sirlordt/vscode-terminal-mcp

Execute commands in visible VSCode terminal tabs with output capture and session reuse.

Uptime
0.0%
11 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.mkpvishnu/terminal-mcp
MCP server for interactive terminal sessions — SSH, REPLs, database CLIs, TUI apps
0 tools
vscode-mcp-server
MCP server to expose VS Code editing features to an LLM for AI coding
0 tools
io.github.mrorigo/bash-command-mcp
Sophisticated bash command MCP server that runs and manages shell execution.
0 tools
io.github.amol21p/interactive-terminal
MCP server for real interactive terminal sessions — REPLs, SSH, databases, Docker
0 tools
io.github.bytedance/mcp-server-commands
An MCP server to run arbitrary commands
0 tools
io.github.jordanburke/ssh-client-mcp-server
MCP server for executing shell commands on remote hosts via SSH.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.sirlordt/vscode-terminal-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}