ai-workspace-archive

HIDORAKAI002/ai-workspace-archive
★ 7 stars TypeScript 🤖 AI/LLM Updated today
A massive, self-updating local archive of AI tools — 11,000+ agent skills, 240+ MCP servers, 2,200+ IDE rules (Cursor/Cline), and 30+ system prompt collections. One repo to rule them all.
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": {
    "ai-workspace-archive": {
      "command": "npx",
      "args": [
        "-y",
        "HIDORAKAI002/ai-workspace-archive"
      ]
    }
  }
}