Skip to content
VS Code

contextweaver for VS Code

io.github.wchiway/contextweaver

Semantic code retrieval engine with hybrid search, context expansion, and 40+ language support.

client:VS Code transport:stdio runtime:npm

Install contextweaver in VS Code

.vscode/mcp.json

{
  "servers": {
    "contextweaver": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chiway/contextweaver"
      ]
    }
  }
}

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

contextweaver in other clients