swiftmcp

oozoofrog/swiftmcp
★ 0 stars Swift 🤖 AI/LLM Updated today
Swift compiler MCP server — static analysis, AST/SIL/IR emission, isolated builds.
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": {
    "swiftmcp": {
      "command": "npx",
      "args": [
        "-y",
        "oozoofrog/swiftmcp"
      ]
    }
  }
}

README Excerpt

A Model Context Protocol (MCP) server exposing Swift compiler capabilities to LLM clients. Early development. See [`.claude/PLAN.md`](./.claude/PLAN.md) for the staged implementation roadmap. - **Static analysis** — type-check timing, dependency graphs, call graphs, API surface, breaking-change detection, concurrency/memory/availability audits