Skip to content
VS Code

MX Probe for VS Code

dev.mxprobe/mxprobe

Email verification for AI agents: send, hold or kill with the reason. Signup and credits by API.

client:VS Code transport:stdio runtime:npm

Install MX Probe in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "mxprobe-api-key",
      "description": "MXPROBE_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "mxprobe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mxprobe"
      ],
      "env": {
        "MXPROBE_API_KEY": "${input:mxprobe-api-key}"
      }
    }
  }
}

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

MX Probe in other clients