Swift Conventions
MCP Serverby Kaakati · Added 5mo ago
Claude
5
Install
git clone https://github.com/Kaakati/rails-enterprise-devAdd to Claude
claude mcp add swift-conventionsQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"swift-conventions": {
"command": "npx",
"args": [
"@modelcontextprotocol/swift-conventions"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert Swift decisions Claude doesn't instinctively make: struct vs class trade-offs, @MainActor placement, async/await vs Combine selection, memory management pitfalls, and iOS-specific anti-patterns. Use when writing Swift code for iOS/tvOS apps, reviewing Swift architecture decisions, or debugging memory/concurrency issues. Trigger keywords: Swift, iOS, tvOS, actor, async, Sendable, retain cycle, memory leak, struct, class, protocol, generic
Tags
design-creativegoswiftdebuggingapiskill