Skip to content
Cursor

toolchain lens mcp for Cursor

io.github.mrfentmen/toolchain-lens-mcp

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

client:Cursor transport:stdio runtime:npm

Install toolchain lens mcp in Cursor

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

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

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

toolchain lens mcp in other clients