bootstrap

nicksinx/bootstrap
★ 0 stars Shell 🔌 API Integration Updated today
Bootstrap project template tailored for Cursor and the MCP server at https://github.com/nicksinx/cursor-ai-task-mcp-server-updated
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": {
    "bootstrap": {
      "command": "npx",
      "args": [
        "-y",
        "nicksinx/bootstrap"
      ]
    }
  }
}