Skip to content
VS Code

tft oracle for VS Code

io.github.gregario/tft-oracle

TFT champion, trait, item, and augment data for LLMs via CommunityDragon

client:VS Code transport:stdio runtime:npm

Install tft oracle in VS Code

.vscode/mcp.json

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

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

tft oracle in other clients