Back to Home
Built-Simple icon

claude-brain-dump-repo

by Built-Simple

Overview

Manages a cross-machine portable configuration for the Claude Code CLI, including environment documentation, plugin configurations, MCP server definitions, and host inventory.

Installation

Run Command
bash scripts/setup-unix.sh

Environment Variables

  • GOOGLE_CLIENT_ID
  • GOOGLE_CLIENT_SECRET
  • SESSION_SECRET
  • CRON_SECRET
  • N8N_API_URL
  • N8N_API_KEY
  • DATABASE_URL
  • FIRECRAWL_API_KEY
  • GITHUB_TOKEN
  • STRIPE_SECRET_KEY
  • STRIPE_PUBLISHABLE_KEY
  • STRIPE_WEBHOOK_SECRET
  • API_NAME
  • CORS_ORIGINS
  • LOG_LEVEL
  • POSTGRES_PASSWORD

Security Notes

The repository includes a hardcoded root password ('BuiltSimple2025!') for primary SSH access to '192.168.1.115', which is a critical security vulnerability. Setup scripts extensively use `npm install -g` and `npx -y` to install numerous external, potentially community-contributed plugins and MCP servers without strong sandboxing or vetting mechanisms, creating a high supply chain attack risk. The `uv` installer is also piped directly to `bash` or `powershell` from a URL. Failures in plugin installation are often silently ignored due to `|| true` in scripts. SSH key management practices (e.g., `ssh-copy-id`) assume a secure target environment.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

Claude CodeEnvironment SetupPlugin ManagementSSH ConfigurationDocumentation System