Fig banner
utensils utensils

Fig

Development community

Description

A native macOS application for managing Claude Code configuration.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Fig

Fig logo

A native macOS application for managing [Claude Code](https://github.com/anthropics/claude-code) configuration.

What is Fig?

Fig provides a visual interface for managing Claude Code settings, MCP servers, and project configurations. Instead of manually editing JSON files scattered across your system, Fig discovers your projects and lets you manage everything from one place.

Features

Project Management

  • Project Discovery — Automatically finds Claude Code projects from ~/.claude.json and common development directories
  • Project Explorer — Browse all your projects with quick access to their configuration files
  • Favorites & Recents — Pin frequently used projects for fast access

Configuration Editing

  • Settings Editor — Edit permissions, environment variables, and general settings with a friendly UI
  • MCP Server Management — Add, edit, and copy MCP servers between projects
  • Visual Hook Composer — Configure Claude Code hooks without writing JSON by hand
  • Merged Config Viewer — See the effective configuration with source attribution (which file each setting comes from)

Safety & Convenience

  • Automatic Backups — Every save creates a timestamped backup
  • External Change Detection — Warns when files are modified outside of Fig
  • Undo/Redo — Full undo history for configuration changes
  • Config Health Checks — Validates your configuration and highlights potential issues

Requirements

  • macOS 14.0 (Sonoma) or later
  • Xcode 16.0 or later (for building from source)
  • Swift 6.0

Installation

From Source

git clone https://github.com/doomspork/fig.git
cd fig/Fig
swift build

Or open `Fig/Package.swift` in Xcode and press Cmd+R to build and run.

Pre-built Binary

Coming soon.

Project Structure

Fig/
├── Package.swift