Skip to content

Instantly share code, notes, and snippets.

@donlrobinson
donlrobinson / founder-os-mcp-server.js
Created April 3, 2026 04:22
Founder OS Skills MCP Server
#!/usr/bin/env node
/**
* Founder OS Skills Proxy — MCP Server
*
* A lightweight MCP server that wraps the Supabase Edge Function endpoints,
* allowing team members to use proprietary skills from Claude Code without
* ever seeing the skill content.
*
* Environment variables (set in Claude Code MCP config):
@donlrobinson
donlrobinson / yeung-setup.sh
Created April 3, 2026 04:20
Founder OS Skills Setup - Michael Yeung
#!/bin/bash
# Founder OS Skills - Setup for Michael Yeung
# Run: bash <(curl -sL URL) or save and run: bash yeung-setup.sh
set -e
echo "Setting up Founder OS Skills MCP server..."
# Check prerequisites
if ! command -v node &>/dev/null; then