-
Is it possible to use other models if we managed to connect them in Gemini Cli? That would be awesome, this MCP server reminds me to Zen |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah! this is entirely possible and had some fun experimenting with it inadvertently after cloning Im working on refining So in theory, although I cant find a use for it, one could use an instance of sonnet with a claude subscription as a standalone mcp tool. Or any model really, I've tried gpt4o-mini as a replacement for gemini. |
Beta Was this translation helpful? Give feedback.
Yeah! this is entirely possible and had some fun experimenting with it inadvertently after cloning
gemini-mcp-tool
for qwen-cli, which besides being a fork of gemini-cli, will accept any OpenAI-compatible api configuration.Im working on refining
gemini-mcp-tool
foropencode
which supports a wide variety of providers out of the box and is open source. A shining feature is the inclusion of a sneaky trick to allow Claude subscriptions to authenticate.So in theory, although I cant find a use for it, one could use an instance of sonnet with a claude subscription as a standalone mcp tool. Or any model really, I've tried gpt4o-mini as a replacement for gemini.