Back to Home
jlruddy icon

okanga-mcp

Verified Safe

by 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

Run Command
uv run --with mcp /ABSOLUTE/PATH/TO/REPO/okanga_server.py

Security 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

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-26

Tags

iOSSwiftXcodeDiagnosticsToken Optimization