SwiftLens is a Model Context Protocol (MCP) server that provides deep, semantic-level analysis of Swift codebases to any AI models. By integrating directly with Apple's SourceKit-LSP, SwiftLens enables AI models to understand Swift code with compiler-grade accuracy.
{
"mcpServers": {
"swiftlens": {
"command": "uvx",
"args": [
"swiftlens"
]
}
}
}