Native macOS SwiftUI app for viewing and editing Claude Code configuration (settings.json, MCP servers, CLAUDE.md, templates)
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"
]
}
}
}
Run in terminal:
claude mcp add claude-config-swift npx -y SkoomaBreath04/claude-config-swift
Add to .cursor/mcp.json:
{
"mcpServers": {
"claude-config-swift": {
"command": "npx",
"args": [
"-y",
"SkoomaBreath04/claude-config-swift"
]
}
}
}