Get Started

Three ways to start using PlainHub. Browser, CLI, or MCP Server — choose what fits your workflow.

Use in browser (Web)

No installation needed. Just open your browser.

2 Click Sign in with GitHub
3 Pick a repository and start editing
Open Editor

Use from CLI

Open repository files in the browser from your terminal.

1 npm install -g plainhub
2 plainhub auth --from-gh
3 plainhub open README.md -r your/repo
CLI Reference

Use as MCP Server (Claude Code)

Control PlainHub from your AI IDE. Just add to ~/.claude/settings.json.

1 Add the following to your settings
{ "mcpServers": { "plainhub": { "command": "npx", "args": ["-y", "plainhub-mcp"] } } }
MCP Server Setup