skillstream-mcp

PR-botsAI/skillstream-mcp
★ 0 stars TypeScript 📁 File System Updated 6d ago
SkillStream — a remote MCP server that ships skills (procedural knowledge) instead of tools. Self-healing methodology baked in. Hosted on Cloudflare Workers.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "skillstream-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "PR-botsAI/skillstream-mcp"
      ]
    }
  }
}

README Excerpt

> A remote MCP server that ships **skills** (procedural knowledge) — not tools — to any connected AI agent. Hosted on Cloudflare Workers. The premise: filesystem `SKILL.md` files (the [agentskills.io](https://agentskills.io) standard) are great, but they're static, install-per-harness, can't auth-gate per user, and can't carry live data. SkillStream is the *service layer* above filesystem skills.