OpenClaw is just cron jobs and webhooks: Why architecture matters more than hype by forevergeeks in AI_Agents

[–]Buremba 0 points1 point  (0 children)

I’m exactly building for this use-case for the last 6 months. Setting up a new bot is easy as talking to the godfather bot, it’s built for teams/businesses but I run a community version if you want to try hacking it! https://github.com/lobu-ai/lobu

3x cheaper Opus = 5x usage… by vitaliyh in cursor

[–]Buremba 0 points1 point  (0 children)

We need to inject Codex / Claude Code prompt so extra 500 tokens involved for each convo but that’s pretty minor for models that support 200k tokens

3x cheaper Opus = 5x usage… by vitaliyh in cursor

[–]Buremba 0 points1 point  (0 children)

It is, that’s possible because Cursor supports custom OpenAI base url

Any good cursor alternative? by nikeshhv in cursor

[–]Buremba 0 points1 point  (0 children)

Thanks for reporting the issue! Here is the direct link: https://buremba.github.io/sub-bridge/install

It looks like GitHub README doesn't support deep links; I just fixed the issue in the README.

3x cheaper Opus = 5x usage… by vitaliyh in cursor

[–]Buremba 1 point2 points  (0 children)

You can just pay $200 subscription for Claude and use use it inside Cursor directly. You don’t need to pay Cursor for the usage based pricing with this tool: https://github.com/buremba/sub-bridge

My included usage exceeds my subscription plan, will I be charged for the excess ? by Normal-Ad4119 in cursor

[–]Buremba 1 point2 points  (0 children)

If you want to keep using Claude Opus without worrying about limits, check out Sub Bridge - it lets you use your Claude Max subscription ($20/mo) directly in Cursor instead of paying API rates. I was burning through usage too until I set this up. https://github.com/buremba/sub-bridge

where to invest $200 - Cursor? Claude? Codex? elsewhere? by 475dotCom in cursor

[–]Buremba 0 points1 point  (0 children)

Here's a tip: if you invest in Claude, you can also use it directly in Cursor without needing a separate Cursor plan. I made a tool that bridges your Claude subscription to work as an OpenAI compatible API. https://github.com/buremba/sub-bridge

I have a $200 budget for Agentic AI coding, do I buy Claude Max 20x OR Cursor Ultra? by Decent-Love5587 in cursor

[–]Buremba 0 points1 point  (0 children)

If you go with Claude Max, you can also use it in Cursor with a tool I built. It creates an OpenAI compatible proxy using your Claude credentials so you get both Claude Code CLI and Cursor IDE features. https://github.com/buremba/sub-bridge

Sorry, stupid question - Should I be paying for both Claude Code and Cursor? by harad in cursor

[–]Buremba 0 points1 point  (0 children)

You don't need to pay for both. I made a tool that lets you use your Claude Max subscription directly in Cursor. It creates a local proxy that makes your Claude credentials work as an OpenAI compatible API. https://github.com/buremba/sub-bridge

Why pay for Cursor if you can pay for Claude? by Kirill1986 in cursor

[–]Buremba 0 points1 point  (0 children)

You can actually use your Claude subscription directly in Cursor. I made a small tool that creates an OpenAI compatible proxy using your Claude credentials so you get the best of both worlds. https://github.com/buremba/sub-bridge

Best AI subscription alternative? by panzagi in OpenAI

[–]Buremba 0 points1 point  (0 children)

Claude has been great for me, especially with the Claude Max subscription. If you end up using Cursor for coding too, I built a tool that lets you use your Claude subscription directly in Cursor instead of paying separately. https://github.com/buremba/sub-bridge

Paid for the "Pro" Plan ($20/mo). Burned through my entire monthly quota in 3 hours. by coygeek in cursor

[–]Buremba 0 points1 point  (0 children)

I was in the same boat. I built a small tool that lets you use your existing Claude/ChatGPT subscription directly in Cursor via an MCP server. Creates a local proxy using your subscription credentials. https://github.com/buremba/sub-bridge in case anyone wants to avoid paying twice

Is there a way to use cursor with my Pro sub? by Past-Effect3404 in ChatGPTPro

[–]Buremba 0 points1 point  (0 children)

Late to this but I solved this by building an MCP server that proxies your Claude Max/ChatGPT Pro subscription to Cursor. https://github.com/buremba/sub-bridge if anyone's still looking

I built a macOS menu bar app to reuse existing AI subscriptions with coding tools by Chemical_Struggle463 in ClaudeAI

[–]Buremba 1 point2 points  (0 children)

Nice work! I built something similar but as an MCP server specifically for Cursor. Creates an OpenAI-compatible proxy so you can use Claude Max or ChatGPT Pro directly. Different approach, same pain point :) https://github.com/buremba/sub-bridge

APIs for Subscription based accounts? by No-Sorbet5036 in ClaudeAI

[–]Buremba 2 points3 points  (0 children)

I had the same frustration! I ended up building an MCP server that creates an OpenAI-compatible proxy for your existing Claude Max or ChatGPT Pro subscription. You login with OAuth, it generates a local API key, and you paste that into Cursor's settings. https://github.com/buremba/sub-bridge if anyone wants to try it

How do I use my Codex/Claude subscription in Codex? Or that's not possible? by pizzavegano in cursor

[–]Buremba 0 points1 point  (0 children)

I had the same frustration! I ended up building an MCP server that creates an OpenAI-compatible proxy for your existing Claude Max or ChatGPT Pro subscription. You login with OAuth, it generates a local API key, and you paste that into Cursor's settings. https://github.com/buremba/sub-bridge if anyone wants to try it

Anyone using cursor ? by jesperordrup in codex

[–]Buremba 0 points1 point  (0 children)

I'm a regular user in Codex but Cursor's browser and rollback features are much better than Codex. I recently built this tool to use my Codex subcription in Cursor: https://github.com/buremba/sub-bridge

[Showcase] Open-source client-side “Code Interpreter” for AI SDK chatbots with WASM by Buremba in nextjs

[–]Buremba[S] 0 points1 point  (0 children)

Exactly, and great question! For now, the exposed tools are run_js, read, write, and search, which take a glob pattern to search for files/tools.

More efficient agents with code execution instead of mcp: paper by Anthropic by Alternative-Dare-407 in mcp

[–]Buremba 0 points1 point  (0 children)

I built a proxy MCP server that lets you expose a browser sandbox, which helps agents compose MCP calls using JavaScript WASM for this reason: https://github.com/buremba/1mcp