Skip to content
VS Code

mcp probe kit for VS Code

io.github.mybolide/mcp-probe-kit

Spec-driven dev workflow MCP: start_* orchestration, memory, GitNexus, quality gates.

client:VS Code transport:stdio runtime:npm

Install mcp probe kit in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-probe-kit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-probe-kit"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

mcp probe kit in other clients