ai-apparatus

gs-init/ai-apparatus
★ 0 stars Shell 💻 Code/Dev Tools Updated 7d ago
Open Cursor marketplace: shared IDE skills and optional MCP servers (fork-friendly)
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-apparatus": {
      "command": "npx",
      "args": [
        "-y",
        "gs-init/ai-apparatus"
      ]
    }
  }
}