Skip to content
VS Code

hydite mcp for VS Code

io.github.aiomx/hydite-mcp

Hydite MCP

client:VS Code transport:stdio runtime:npm

Install hydite mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "hydite",
      "description": "Hydite",
      "password": true
    }
  ],
  "servers": {
    "hydite-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hydite/hydite-mcp"
      ],
      "env": {
        "Hydite": "${input:hydite}"
      }
    }
  }
}

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

hydite mcp in other clients