The-repo-notebook

r0952470/The-repo-notebook
★ 0 stars JavaScript Code/Dev Tools Updated 4d ago
Local shelf for GitHub repos — save, clone, install and run them from one app. Collections, health signals, bulk-add, Stars import, an MCP server, and a local-AI "is it worth trying?" verdict (Ollama by default, no tokens).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "the-repo-notebook": {
      "command": "npx",
      "args": [
        "-y",
        "r0952470/The-repo-notebook"
      ]
    }
  }
}

README Excerpt

Repo Notebook is a local Node app for saving GitHub repositories alphabetically, including repository metadata and README content. It can also show a live GitHub Top 10 ticker and clone a full repository into a safe local folder inside the app. ```bash npm install npm run dev ``` Open the local URL shown in the terminal.