SearchPipe for VS Code
tech.searchpipe/searchpipe
Real-time web search for AI agents: ranked results, source URLs, and optional AI answers.
client:VS Code
transport:streamable-http
tools:1
Install SearchPipe in VS Code
.vscode/mcp.json
{
"servers": {
"searchpipe": {
"type": "http",
"url": "https://searchpipe.tech/mcp/"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs