> ## Content Index
> Fetch the complete content index at: https://www.theleftshift.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# GitHub Makes Remote MCP Server Generally Available With OAuth, Security Enhancements, and New Tools
- URL: https://www.theleftshift.com/github-makes-remote-mcp-server-generally-available-with-oauth-security-enhancements-and-new-tools/
- Published: 2025-09-06T05:31:35.000Z
- Updated: 2025-09-06T05:31:35.000Z
- Description: GitHub says the MCP Server allows AI assistants like Copilot and Claude Code to seamlessly interact with GitHub data.
- Author: The Left Shift Bureau
- Tags: Developer's Corner

GitHub has[ announced](https://github.blog/changelog/2025-09-04-remote-github-mcp-server-is-now-generally-available/?ref=theleftshift.com) the general availability of its remote MCP (Model Context Protocol) Server, introducing a suite of improvements designed to streamline developer workflows and boost security.

Last month, [GitHub open-sourced its implementation of the MCP server](https://www.theleftshift.com/github-open-sources-mcp-server-to-improve-llm-accuracy-and-automation/), a new open standard designed to enhance how large language models (LLMs) interact with real-time data and external tools.

Now, the new update brings **OAuth 2.1 + PKCE authentication**, now integrated into first-party Copilot IDEs, including [VS Code](https://www.theleftshift.com/github-open-sources-copilot-chat-for-vs-code-invites-developer-contributions/), Visual Studio, JetBrains, Eclipse, and Xcode, as well as third-party tools like [Cursor](https://www.theleftshift.com/cursor-launches-web-and-mobile-access-for-ai-coding-agents/). 

This new method replaces personal access tokens (PATs) with more secure, short-lived credentials and automatic token refresh. A single “[MCP servers](https://www.theleftshift.com/oracle-introduces-mcp-server-in-sqlcl-to-supercharge-ai-asks-to-db-workflows/) in Copilot” policy now centralises access management across environments.

Beyond authentication, [GitHub](https://www.theleftshift.com/github-ceo-thomas-dohmke-steps-down-to-pursue-ai-startup-aspirations/) has rolled out **premium tools** tied to its advanced offerings. The **Copilot Coding Agent** can autonomously manage development tasks — from bug fixes to feature builds — before submitting a pull request. Security features also expand, with **secret scanning and push protection** now free for all public repositories and **code scanning alerts** integrated for GHAS-enabled projects.

The update also improves daily workflows with tools for security advisories, sub-issue management, pull request enhancements, and better session handling.

By reducing context switching, GitHub says the MCP Server allows AI assistants like Copilot and Claude Code to seamlessly interact with GitHub data, helping developers code, review, and secure software faster.