Skip to content
VS Code

embedding search for VS Code

io.github.lazymac2x/embedding-search

Cloudflare Workers MCP server: embedding-search

client:VS Code transport:streamable-http tools:3

Install embedding search in VS Code

.vscode/mcp.json

{
  "servers": {
    "embedding-search": {
      "type": "http",
      "url": "https://api.lazy-mac.com/embedding-search/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

embedding search in other clients