From the course: Unboxing AI: Build a Remote MCP Server from Zero to Deployed with OAuth

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

Extending your MCP server with GitHub Copilot

Extending your MCP server with GitHub Copilot

- On that note, one final thing I want to point out. If you go to the modelcontextprotocol.io website, you'll notice that for every page there's this Copy page button. If you open that a little closer, you'll see it says Copy page as markdown for LLMs. This is prepared for you to use AI tools to build this. And if you dig through this, you'll actually find under, what is it? Tutorials, I think? Yeah. There's a tutorial called Building MCPs with LLMs that walks you through the process of building a full-fledged MCP server using Claude without writing any code. And this works. It doesn't write the best code in the world, and it doesn't work well for advanced things. But for something like a basic service that accesses a document or does something, this actually works fine, and it's fun to try it out to say, like, "Take this documentation and put it into Claude. Then take the same documentation and put it into ChatGPT and into GitHub Copilot," and see how the same instructions produce…

Contents