logoalt Hacker News

tikutoday at 12:13 PM5 repliesview on HN

Anyone knows of something similar but for terminal?

Update:

I've already found a solution based on a comment, and modified it a bit.

Inside claude code i've made a new agent that uses the MCP gemini through https://github.com/raine/consult-llm-mcp. this seems to work!

Claude code:

Now let me launch the Gemini MCP specialist to build the backend monitoring server:

gemini-mcp-specialist(Build monitoring backend server) ⎿ Running PreToolUse hook…


Replies

pellatoday at 12:53 PM

https://github.com/just-every/code "Every Code - push frontier AI to it limits. A fork of the Codex CLI with validation, automation, browser integration, multi-agents, theming, and much more. Orchestrate agents from OpenAI, Claude, Gemini or any provider." Apache 2.0 ; Community fork;

show 1 reply
ranetoday at 12:29 PM

My similar workflow within Claude Code when it gets stuck is to have it consult Gemini. Works either through Gemini CLI or the API. Surprisingly powerful pattern because I've just found that Gemini is still ahead of Opus in architectural reasoning and figuring out difficult bugs. https://github.com/raine/consult-llm-mcp

show 2 replies
bahaAbunojaimtoday at 1:19 PM

I can make it for the terminal if that would be helpful, what do you think?

esafaktoday at 1:41 PM

http://opencode.ai/

show 1 reply
vulture916today at 12:58 PM

Pal MCP (formerly Zen) is pretty awesome.

https://github.com/BeehiveInnovations/pal-mcp-server

show 1 reply