Lookout for VS Code
io.github.sylphxai/lookout
Lookout — web answers with source-level proof. Search and fetch citeable excerpts, no API key.
client:VS Code
transport:stdio
runtime:npm
Install Lookout in VS Code
.vscode/mcp.json
{
"servers": {
"lookout": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sylphx/lookout"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs