lyrenth mcp for VS Code
com.lyrenth/lyrenth-mcp
Read any public web page as a clean AIDocument (Markdown + structure) through Lyrenth.
client:VS Code
transport:stdio
runtime:npm
Install lyrenth mcp in VS Code
.vscode/mcp.json
{
"servers": {
"lyrenth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lyrenth-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs