claude-brain-dump-repo

Built-Simple/claude-brain-dump-repo
★ 0 stars JavaScript 💻 Code/Dev Tools Updated 2d ago
Personal brain dump plugin for Claude Code: machine profiles, SSH configs, MCP servers, workflow documentation
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-brain-dump-re": {
      "command": "npx",
      "args": [
        "-y",
        "Built-Simple/claude-brain-dump-repo"
      ]
    }
  }
}

README Excerpt

Cross-machine portable configuration for Claude Code. Contains environment docs, plugin configs, MCP servers, and host inventory. ```powershell git clone [repo-url] powershell -ExecutionPolicy Bypass -File scripts/setup-windows.ps1 ``` ```bash git clone [repo-url] bash scripts/setup-unix.sh ``` ``` ├── HOSTS.md # Network hosts, IPs, SSH creds