Swiftlens
UnclaimedSwiftLens 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.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (15)
get_tool_help
Get help for any tool
swift_analyze_file
Analyze structure and symbols in a Swift file
swift_analyze_multiple_files
Batch analyze multiple files
swift_build_index
Build index store db of current project for sourcekit-lsp
swift_check_environment
Verify Swift development setup
swift_find_symbol_references
Find all references to a symbol
swift_get_declaration_context
Get fully-qualified symbol paths
swift_get_file_imports
Extract import statements
swift_get_hover_info
Get type info and documentation
swift_get_symbol_definition
Jump to symbol definition
swift_get_symbols_overview
Extract top-level type declarations
swift_replace_symbol_body
Replace function/type body
swift_search_pattern
Search with regex patterns
swift_summarize_file
Get symbol counts and file summary
swift_validate_file
Validate syntax and types with swiftc