Skip to content
VS Code

AI Model Watch for VS Code

io.github.khavel/aimodelwatch

Prices, context windows, lifecycle and deprecation dates for 270+ AI/LLM models. Daily, no key.

client:VS Code transport:stdio runtime:npm

Install AI Model Watch in VS Code

.vscode/mcp.json

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

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

AI Model Watch in other clients