Skip to content
VS Code

MCP Stdio for VS Code

io.github.shigechika/mcp-stdio

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

client:VS Code transport:stdio runtime:pypi

Install MCP Stdio in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-stdio": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-stdio"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

MCP Stdio in other clients