gisul

changeroa/gisul
★ 0 stars TypeScript DevOps Updated today
Personal MCP skill registry with local server and Cloudflare Worker proxy
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": {
    "gisul": {
      "command": "npx",
      "args": [
        "-y",
        "changeroa/gisul"
      ]
    }
  }
}

README Excerpt

`gisul` is a personal MCP skill registry for serving `SKILL.md`-style instruction bundles from a local machine. The name comes from 기술, Korean for "skill", "craft", or "technique". This repo contains two small packages: - `server/`: a Node.js MCP server that exposes local skill directories over stdio or Streamable HTTP.