Skip to content
Cursor

uptier for Cursor

io.github.foxintheloop/uptier

MCP-powered To-Do application with intelligent task prioritization

client:Cursor transport:stdio runtime:npm

Install uptier in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

uptier in other clients