Skip to content
Zed

uptier for Zed

io.github.foxintheloop/uptier

MCP-powered To-Do application with intelligent task prioritization

client:Zed transport:stdio runtime:npm

Install uptier in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

uptier in other clients