Skip to content
VS Code

bind alias mcp for VS Code

io.github.prohect/bind-alias-mcp

MCP bridge for BindAlias Minecraft mod: game state, screenshots, aliases, and config editing.

client:VS Code transport:stdio runtime:npm

Install bind alias mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "bind-alias-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bind-alias-mcp"
      ]
    }
  }
}

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

bind alias mcp in other clients