Skip to content
VS Code

toolchain lens mcp for VS Code

io.github.mrfentmen/toolchain-lens-mcp

Local explanation of reproducibility signals and toolchain contradictions without exact versions...

client:VS Code transport:stdio runtime:npm

Install toolchain lens mcp in VS Code

.vscode/mcp.json

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

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

toolchain lens mcp in other clients