Set up the Open Horizons MCP server for strategic alignment integration.
/plugin marketplace add cloud-atlas-ai/oh-mcp-server/plugin install oh-mcp@oh-mcp# Setup Open Horizons MCP Set up the Open Horizons MCP server for strategic alignment integration. **Execute these steps in order:** ## Step 1: Check for existing API key config Check if `~/.config/openhorizons/config.json` exists and has an api_key: If the file exists and has a valid api_key, skip to Step 3. If not configured, check if `sg` (superego CLI) is available: **If sg is available:** Tell the user to run `sg setup-oh` in their terminal. This will: - Open browser to get API key - Prompt them to paste the key - Create the config file **If sg is NOT available:** Ask the use...