okanga-mcp
Verified Safeby jlruddy
Overview
Provides a token-optimized Model Context Protocol (MCP) server for iOS/Swift development, enabling Claude to inspect code structure, search projects, and diagnose Xcode build issues efficiently without flooding the LLM's context window.
Installation
uv run --with mcp /ABSOLUTE/PATH/TO/REPO/okanga_server.pySecurity Notes
The server primarily executes local macOS commands (`xcodebuild`, `grep`, `xcrun simctl`) and reads local files. It does not contain 'eval' statements, explicit obfuscation, or hardcoded secrets. While `subprocess.run` is used extensively, it's for well-defined diagnostic purposes on user-specified project paths. The risk is limited to the system where it's run, typically a developer's local machine, and requires explicit user setup in the Claude desktop app.
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.
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
AppleFoundationMCPTool
Dynamic bridging between Apple's Foundation Models/AnyLanguageModel and external Model Context Protocol (MCP) servers for tool execution.