Skip to content
VS Code

Chiplab for VS Code

ai.veecle/chiplab

Run, build, and validate firmware on virtual hardware from your AI agent. Hardware knowledge corpus.

client:VS Code transport:streamable-http

Install Chiplab in VS Code

.vscode/mcp.json

{
  "servers": {
    "chiplab": {
      "type": "http",
      "url": "https://chiplab.veecle.ai/mcp"
    }
  }
}

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

Chiplab in other clients