LastSearch for VS Code
io.github.lastsearch-hq/lastsearch
Evidence-backed web research for AI agents with citations and confidence scores.
client:VS Code
transport:stdio
runtime:npm
Install LastSearch in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "lastsearch-api-key",
"description": "LASTSEARCH_API_KEY",
"password": true
}
],
"servers": {
"lastsearch": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lastsearch"
],
"env": {
"LASTSEARCH_API_KEY": "${input:lastsearch-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs