Skip to content
VS Code

Embgrep for VS Code

io.github.arknill/embgrep

Local semantic search — embedding-powered grep for files, zero external services.

client:VS Code transport:stdio runtime:pypi

Install Embgrep in VS Code

.vscode/mcp.json

{
  "servers": {
    "embgrep": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "embgrep"
      ]
    }
  }
}

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

Embgrep in other clients