Skip to content
VS Code

BLEA for VS Code

io.github.nitmi/blea

Safe BLE diagnostics, evidence workflows, and guarded automation for AI agents.

client:VS Code transport:stdio runtime:pypi

Install BLEA in VS Code

.vscode/mcp.json

{
  "servers": {
    "blea": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "blea"
      ]
    }
  }
}

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

BLEA in other clients