Skip to content
VS Code

monadomain mcp for VS Code

vn.monadomain/monadomain-mcp

Buy .vn and international domains in VND from the terminal; search and reserve without an account

client:VS Code transport:stdio runtime:npm

Install monadomain mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "monacloud-token",
      "description": "MONACLOUD_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "monadomain-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "monadomain-mcp"
      ],
      "env": {
        "MONACLOUD_TOKEN": "${input:monacloud-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

monadomain mcp in other clients