Skip to content
VS Code

uptier for VS Code

io.github.foxintheloop/uptier

MCP-powered To-Do application with intelligent task prioritization

client:VS Code transport:stdio runtime:npm

Install uptier in VS Code

.vscode/mcp.json

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

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

uptier in other clients