Skip to content
VS Code

AIContextBuilder for VS Code

io.github.gregordadera/aicb

Symbol-aware C# and .NET code context for AI coding assistants.

client:VS Code transport:stdio runtime:nuget

Install AIContextBuilder in VS Code

.vscode/mcp.json

{
  "servers": {
    "aicb": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "AIContextBuilder",
        "--yes"
      ]
    }
  }
}

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

AIContextBuilder in other clients