Free generator for Claude Code config files. Pick your model, permission mode, allow/deny rules, and MCP servers, then copy a ready-to-use settings.json, CLAUDE.md, and .mcp.json. Optional in-browser AI writes a tailored project context file — nothing leaves your browser.
Claude Code is configured through a few small files: settings.json (model, permissions, behavior), CLAUDE.md (the project context loaded into every session), and .mcp.json (Model Context Protocol servers). This tool builds all three from a short form, with copy and download buttons for each — no syntax to memorize and no invalid JSON.
npm install -g @anthropic-ai/claude-codeOr with the install script:
curl -fsSL https://claude.ai/install.sh | bashAllow rules let trusted actions run without prompting (for example Bash(git:*) or Edit). Deny rules block sensitive paths and dangerous commands no matter what — common picks are Read(./.env), Read(./secrets/**), Bash(rm:*), and Bash(sudo:*).
The optional AI assist writes a tailored CLAUDE.md from a plain-English description of your project. It runs entirely in your browser using WebGPU — your description is never uploaded, not even to us. A ready-made template is always available without it.
Put settings.json in .claude/settings.json inside your project (or ~/.claude/settings.json for global defaults). CLAUDE.md and .mcp.json live in your project root and can be committed so the whole team shares them.
No — this is a free community tool that produces standard Claude Code configuration files. See the official documentation for the full settings reference.
No. Everything is generated locally in your browser, and the optional AI context writer also runs locally via WebGPU.