Get Started
Three ways to start using PlainHub. Browser, CLI, or MCP Server — choose what fits your workflow.
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
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