Loading repository data…
Loading repository data…
BjornMelin / repository
An OpenAI-compatible proxy server that lets Cursor IDE connect directly to GitHub Copilot's LLM services. Bypass Cursor's 500 premium requests/month limit by leveraging your existing GitHub Copilot subscription for unlimited AI-powered code completions, chat, and editing features within Cursor IDE.
A proxy server that enables Cursor IDE to use GitHub Copilot's API instead of Cursor's default AI services. This allows you to use your GitHub Copilot subscription with Cursor IDE, maximizing your resources by switching between services as needed.
Clone the repository:
git clone https://github.com/bjornmelin/github-copilot-proxy.git
cd github-copilot-proxy
Install dependencies:
npm install
Create a .env file:
cp .env.example .env
Build the project:
npm run build
Start the proxy server:
npm start
http://localhost:3000
Once configured, you can use Cursor IDE as normal. All AI-powered features will now use your GitHub Copilot subscription instead of Cursor's API.
To switch back to Cursor's API:
npm run dev
npm test
npm run lint
This project is licensed under the MIT License - see the LICENSE file for details.
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'feat: add amazing feature')git push origin feature/amazing-feature)