Reference
Documentation
How to use ClaudeGenie to configure Claude Code
Quick Start
- 1.Complete the wizard at /wizard
- 2.Purchase a single setup (£1.99) or subscribe to Pro (£5.99/mo) and receive your token via email
- 3.Run the CLI in your project directory:
npx claudegenie --token YOUR_TOKENCLI Options
--token <token>Required. Your setup token from email.
--dry-runPreview what will be installed without writing files.
What gets created
- CLAUDE.md — Instructions for Claude about your project
- .mcp.json — MCP server configuration
- claude-code-config.json — Project settings
MCPs we configure
Based on your stack, we configure relevant MCP servers:
- ·context7 — Library documentation lookup
- ·memory — Persistent memory across sessions
- ·filesystem — File system access
- ·github — GitHub repository management
- ·And more based on your specific tech stack
Troubleshooting
Token not working?
Tokens expire after 30 days. Contact support for a new one.
Installation fails?
Ensure Node.js 18+ is installed. Try with --dry-run first.
MCPs not loading?
Restart Claude Code after installation to pick up new config.
Need help? Email support@claudegenie.com