Skip to content
VS Code

searchcraft for VS Code

io.github.sathergate/searchcraft

Full-text search for Next.js. BM25 scoring and fuzzy matching, no external service.

client:VS Code transport:stdio runtime:npm

Install searchcraft in VS Code

.vscode/mcp.json

{
  "servers": {
    "searchcraft": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "searchcraft"
      ]
    }
  }
}

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

searchcraft in other clients