This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Shared-Brain MCP Server - One-command installer | |
| # Downloads and sets up the complete MCP server | |
| set -e | |
| INSTALL_DIR="$HOME/shared-brain-mcp" | |
| echo "=== Installing Shared-Brain MCP Server ===" | |
| echo "Target: $INSTALL_DIR" |