Skip to content
VS Code

Xenmark for VS Code

io.github.xenmark/xenmark-mcp

Read your Xenmark drawing reviews from AI assistants: projects, drawings, comments, notifications.

client:VS Code transport:stdio runtime:npm

Install Xenmark in VS Code

.vscode/mcp.json

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

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

Xenmark in other clients