StackForge - Claude Code Setup Tool CLI
npm install stackforge-cli-setupSet up Claude Code for your project in 5 minutes with StackForge.
``bash`
npx @stackforge/setup --token YOUR_TOKEN
Or install globally:
`bash`
npm install -g @stackforge/setup
stackforge-setup --token YOUR_TOKEN
`bash`
npx @stackforge/setup --token YOUR_TOKEN
This will:
1. Validate your token
2. Analyze your project
3. Recommend and install MCPs
4. Generate a custom CLAUDE.md file
5. Create .mcp.json configuration
`bash``
npx @stackforge/setup
Includes 4 essential MCPs:
- context7 - Library documentation lookup
- memory - Persistent memory across sessions
- puppeteer - Browser automation
- filesystem - File system access
Purchase a setup token at stackforge.com:
- $2.99 - One-time setup for a single project
- $9.99/month - Unlimited setups
- CLAUDE.md - Custom instructions tailored to your project
- .mcp.json - MCP server configuration
- Framework-specific templates for Next.js, React, Python, FastAPI, Django, and more
- Website: stackforge.com
- Email: support@stackforge.com
MIT