AI Engineer Guide

GitHub Copilot CLI - A Claude Code Alternative?

Another day, another agentic cli πŸ˜…

GitHub Copilot has released their coding agent like Claude Code in public beta.

πŸ‘‰ https://github.blog/changelog/2025-09-25-github-copilot-cli-is-now-in-public-preview/

image.png

Right now, it is pretty basic version with access to reading/writing files & bash and it has support for custom MCP - And don’t expect much from it.

2025-09-27-at-12.05.392x.png

2025-09-26-at-23.49.522x.png

One thing that bothers me is that GitHub MCP that comes by default(and currently you can’t disable it permanently πŸ™ˆ) - So it just eats away your available context forcefully.

2025-09-27-at-11.53.332x.png

This matches with official GitHub MCP πŸ‘‰ https://github.com/github/github-mcp-server

You can disable it for a session by running the following command though

/mcp disable github-mcp-server 

And the source code is closed as well.

How to get started?

You can install this from npm

npm install -g @github/copilot

Once you’ve installed it, login with your GitHub account.

And start using it like how you use Claude Code or other agentic CLI.

Happy AI-assisted coding!

#Cli-Agent #Github-Copilot

Stay Updated

Get the latest AI engineering insights delivered to your inbox.

No spam. Unsubscribe at any time.