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
| #!/usr/bin/env bash | |
| # Content Explorer — Claude Desktop installer (macOS) | |
| # | |
| # Wires the Saturday Social content-explorer MCP server into Claude Desktop's | |
| # config so the new chat tools (search/browse/find-similar over indexed Drive | |
| # media) become available. Safe to re-run. | |
| # | |
| # One-liner install: | |
| # curl -fsSL https://raw.githubusercontent.com/ThomasMillerJr/content-explorer-mcp/main/scripts/install.sh | bash | |
| # |