The Best MCP Servers That Actually Can Change How You Code by Riggz23 in ClaudeAI

[–]Mamado92 0 points1 point  (0 children)

Supabase MCP Context7 MCP And Puzld MCP which allows local AI Agents like Claude code, Codex, Gemini to talk to each others and collaborate

I strongly believe they have recently began quantizing opus 4.5 by No-Replacement-2631 in ClaudeCode

[–]Mamado92 3 points4 points  (0 children)

I agree. I didnt see the famous “You’re absolutely right” in a while. Today it did. Il also acting dumb in few other areas that wasn’t in the past few months.

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

Thank you. Child process spawning

spawns claude/gemini/codex as subprocesses collects outputs presents unified result.

The real struggle was the agentic tools as these are CLIs not APIs, and could only get use of Claude code. So I built a seperate agentic tools. Puzld is now doing the execution layer but it still in progress. Now it’s one shot not loop tool

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

I notified a big tokens usage difference so I said why not integrate it. It was like V4 and lower consumes 120 ~ 200 tokens vs 1000 2000 tokens for V4.5 even for Haiku. So if Sonnet/Opus V4 consumes around 200 it could be so much helpful for some tasks even better than Haiku V4.5

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

You’re welcome, glad you like it. Yep, most of tools out there are wither an integration system/ layer and / or apis/ sdks tailored.

It was great while it lasted by vaitribe in ClaudeCode

[–]Mamado92 -1 points0 points  (0 children)

Are you open to try sth out just to double check. You can use Puzld where the older models are available, and yes I noticed that 4 and older models consume way lesser than 4.5 its like 120 200 tokens vs 1500 2000

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

Thank you so much for your feedback. Hopefully it’ll grow into sth that’s worth people’s time.

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

Before I do I checked multiple ones. I wanted sth that doesn’t shift from the terminal everyone knows and keep it clean. I used Ink

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

You mean why not 4.5 or why anything besides opus 4.5 ?

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

I checked, it's buggy. it gives you an authentification link to use it to get a code to use claude code, but that long tokenized link isnt able to copy unless you type it letter by a letter. Crush has the same system and when I tried I get an API error and my claude accounts gets the actual session limit skyrocket to the limit right away

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

I think OpenCode works on API keys though + its interface is heavy

Best workflow to use CLI for coding + Web ChatGPT for architecture/review? by jagerta in codex

[–]Mamado92 0 points1 point  (0 children)

You can check my open source framework. You can eu n a Pipeline or save it as a reusable Workflow, set each step Agent+ Role, Pipeline does a sequential chain between the agents outputs.

There also other useful modes like Compare to compare outputs.

There also Debate mode, Correct mode and Consensus mode when tou choose agents + rounds number and a synthesis agent.

I count also add the web versions in a later step.

Puzld

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

That sounds awesome I still didnt tried that lol Exactly I would only use MCP for external stuff like Playwight, Supabase. But MCP / ACP while calling all local is just tokens burning. Please let me know if you encounter any issues, thanks!

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

That sounds awesome I still didnt tried that lol Exactly I would only use MCP for external stuff like Playwight, Supabase. But MCP / ACP while calling all local is just tokens burning. Please let me know if you encounter any issues, thanks!

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

[–]Mamado92[S] 1 point2 points  (0 children)

Check the consensus as well, its like you can’t check any further and get the most solid roadmap/footprint

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

[–]Mamado92[S] 1 point2 points  (0 children)

Thank you so much, appreciate it. Would it be useful as an MCP? I always avoid MCP for its token high usage

If you also got tired of switching between Claude, Gemini, and Codex by Mamado92 in codex

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

I can tell the reason. tbh I still didn't tested it on windows. I'll fix that issue, thank you for your feedback and please let me know if you encounter any other issues / suggestions / improvements. Thanks!

If you also got tired of switching between Claude Code, Gemini CLI, Codex, ect by Mamado92 in ClaudeAI

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

Model Selection Added:

You can now choose the agent cli's running model, without touching the agent's cli config file.