code-server

GitHub

VS Code in the browser

Node (code-server) MCP Server

Model Context Protocol (node) server

View all code-server servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "node": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-node"
      ]
    }
  }
}