build-a-shared-skills-mcp-server

maraja/build-a-shared-skills-mcp-server
★ 0 stars TypeScript Security Updated 9d ago
A team prompt-snippet library as a remote MCP server — Supabase Edge Functions (Deno + Hono), OAuth 2.1, workspaces with RLS. Companion to the Brain Drip blueprint (includes a build prompt).
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "build-a-shared-skill": {
      "command": "npx",
      "args": [
        "-y",
        "maraja/build-a-shared-skills-mcp-server"
      ]
    }
  }
}