#127 · Primary category: AI Gateway & API Infrastructure

cursor-deepseek

cursor deepseek openrouter

HTTP/2 proxy that enables Cursor IDE's Composer to use DeepSeek, OpenRouter, and Ollama models via OpenAI-compatible API translation.

Project last updated:01/14/26

GitHub Stars

642

Forks

50

Contributors

8

License

GPL-2.0

Why we included this project

Cursor's Composer normally expects OpenAI's API, which locks you into their models. This small Go proxy breaks that coupling: run it locally, point Cursor's base URL at it, and Composer can use DeepSeek or OpenRouter models, or a local Ollama server if you have one running. It translates between the OpenAI-compatible request format and whatever the upstream provider expects, and it handles the fiddly parts that usually break these integrations, like streaming responses, function calling, CORS, and compression. There are separate Docker build variants for each provider, so you pick the one that matches your key. It's a focused tool for a specific swap rather than a general gateway, which makes sense if your main goal is just getting Composer off OpenAI's models.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category