Gemini CLI: Gemini CLI is Google's open-source AI agent for the terminal, providing direct access to Gemini models with a free tier of 60 requests/minute and 1,000/day. It ships with built-in tools for Google Search grounding, file operations, shell command execution, and web fetching, plus native MCP support for custom integrations. Built for developers who work primarily in the command line.; XcodeMCPWrapper: XcodeMCPWrapper is a Python wrapper designed to resolve a compatibility issue between Xcode's mcpbridge and strict MCP-spec-compliant clients like Cursor. It achieves this by intercepting responses from `xcrun mcpbridge` and copying data from the `content` field into the required `structuredContent` field, ensuring full compatibility.
Running AI-assisted development tasks directly in the terminal without switching contexts
Enable strict MCP-compliant AI development tools (e.g., Cursor) to reliably interact with Xcode's built-in MCP bridge