Skip to content
Cursor

BLEA for Cursor

io.github.nitmi/blea

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

client:Cursor transport:stdio runtime:pypi

Install BLEA in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

BLEA in other clients