periphery-mcp-server
Verified Safeby zyntx-lab
Overview
Enables AI assistants to perform Swift code audits and detect unused code in iOS/macOS projects using the Periphery tool.
Installation
/usr/local/bin/periphery-mcp-serverSecurity Notes
The server executes the `periphery` CLI tool with arguments derived from user input. While input paths are validated and arguments are passed as distinct strings to Swift's `Process` API, mitigating common shell injection risks, potential vulnerabilities in the `periphery` tool itself or highly complex, specially crafted inputs could theoretically pose a risk. No `eval` or direct network risks within the server's Swift code were identified. The core logic is transparent.
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.
chunkhound
Provides local-first codebase intelligence, extracting architecture, patterns, and institutional knowledge for AI assistants.
In-Memoria
Provides persistent intelligence infrastructure for AI agents, enabling them to understand codebases, detect patterns, predict coding approaches, and generate context-aware insights.
CodeMCP
Provides deep code intelligence (symbol navigation, impact analysis, architecture maps, ownership, risk assessment) to AI assistants, CLI, and HTTP API.