JetBrains plugin: support MCP tools in Copilot Chat #194295
Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
JetBrains & Xcode
Body
Summary
GitHub Copilot is registered as an ACP (AI Coding Provider) agent in JetBrains IDEs, but unlike every other agent available in the same list (Claude, Gemini, Kimi, etc.), Copilot Chat does not receive MCP (Model Context Protocol) tool context from the JetBrains MCP server — even when the option "Pass IntelliJ MCP server" is enabled.
Environment
Problem
JetBrains AI Assistant exposes a built-in MCP server that provides agents with powerful context tools:
All third-party ACP agents integrated via JetBrains AI Assistant (Claude Agent, Gemini, etc.) correctly receive these tools on every request, dramatically improving their ability to understand the codebase without manual context sharing.
GitHub Copilot does not. Despite appearing in the ACP agent list and having the MCP option available in settings, Copilot Chat operates in its own isolated chat environment (provided by the GitHub Copilot plugin itself) and does not proxy or consume MCP tools from JetBrains. The result is that Copilot Chat operates with significantly less context than competing agents running inside the same IDE on the same machine.
Impact
This creates a frustrating situation for Copilot subscribers:
Expected Behavior
When a user opens Copilot Chat inside JetBrains Rider/IntelliJ and the "Pass IntelliJ MCP server" option is enabled, Copilot Chat should:
Current Behavior
MCP tools are never passed to the model. Copilot Chat has no awareness of what files are open, what the project structure looks like, or what errors exist in the editor — unless the user manually provides this information.
Suggested Solution
The GitHub Copilot JetBrains plugin should implement an MCP client that connects to the JetBrains-provided MCP server (running on localhost) and forwards available tools into the Copilot Chat session, consistent with how other ACP agents already work today.
This is not a feature request for something novel — the infrastructure already exists in JetBrains. It just needs to be consumed by the Copilot plugin.
Beta Was this translation helpful? Give feedback.
All reactions