swift-composable-architecture

GitHub

A library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "swift-composable-architecture": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-swift-composable-architecture"
      ]
    }
  }
}