theblixguy/copilot-sdk-proxy
A generic proxy server that translates OpenAI, Anthropic, and Codex API requests into GitHub Copilot SDK sessions
Platform-specific configuration:
{
"mcpServers": {
"copilot-sdk-proxy": {
"command": "npx",
"args": [
"-y",
"copilot-sdk-proxy"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...