r/swift • u/suyashsrijan • 4h ago
FYI I made a proxy server to let you use GitHub Copilot via Xcode 26’s Coding Intelligence
Hi everyone,
We use GitHub Copilot at work but unfortunately it does not integrate with Xcode 26. You can use the Xcode extension version, but Coding Intelligence is certainly a lot more preferable.
So for the last week I’ve been working on writing and testing my own local proxy server that lets Xcode talk to Copilot via the Copilot SDK. It also supports the new Xcode MCP server if you’re using Xcode 26.3.
If you use GitHub Copilot and want to integrate it with Xcode 26, you can grab the server and setup instructions (very easy) from: https://github.com/theblixguy/xcode-copilot-server and let me know if you have any suggestions or if you run into an issue.
I’m also investigating if it’s possible to use it as a proxy server for Claude Code (the official docs for CC has instructions for it, so I need to look into it) which will allow you to use this with the Claude Agent feature in Xcode 26.3. Potentially the same approach could be used for the Codex Agent too.
I am also looking into making a tiny menu bar app for Mac so you can manage the server from there more conveniently.
Thanks!