claude-config-swift

SkoomaBreath04/claude-config-swift
★ 0 stars Swift 🤖 AI/LLM Updated 1d ago
Native macOS SwiftUI app for viewing and editing Claude Code configuration (settings.json, MCP servers, CLAUDE.md, templates)
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": {
    "claude-config-swift": {
      "command": "npx",
      "args": [
        "-y",
        "SkoomaBreath04/claude-config-swift"
      ]
    }
  }
}