Swift-Selena
Verified Safeby BlueEventHorizon
Overview
Swift code analysis and development assistance for Claude AI, providing static analysis, LSP integration, and project insights even with build errors.
Installation
./.build/release/Swift-SelenaEnvironment Variables
- MCP_CLIENT_ID
- SWIFT_SELENA_LEGACY
Security Notes
The server primarily performs local file system operations and code analysis using SwiftSyntax and SourceKit-LSP. It explicitly excludes common sensitive directories from searches (.build, .git, Pods, DerivedData etc.). Communication is via standard I/O pipes. No direct network risks, 'eval' usage, or hardcoded secrets were identified. The architecture is designed for local execution and privacy.
Similar Servers
XcodeBuildMCP
Provides an MCP (Model Context Protocol) server for AI agents and other clients to programmatically build, test, run, and debug iOS and macOS applications, manage simulators/devices, and capture logs.
cclsp
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
athena-protocol
An intelligent MCP server that acts as an AI tech lead for coding agents, providing expert validation, impact analysis, and strategic guidance before code changes are made.