<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Connecting VS Code and GitHub Copilot to the Databricks Managed MCP Server in Community Articles</title>
    <link>https://community.databricks.com/t5/community-articles/connecting-vs-code-and-github-copilot-to-the-databricks-managed/m-p/131444#M661</link>
    <description>&lt;P&gt;Thanks for the example this is something I am looking for&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Sep 2025 16:48:10 GMT</pubDate>
    <dc:creator>kbaig8125</dc:creator>
    <dc:date>2025-09-09T16:48:10Z</dc:date>
    <item>
      <title>Connecting VS Code and GitHub Copilot to the Databricks Managed MCP Server</title>
      <link>https://community.databricks.com/t5/community-articles/connecting-vs-code-and-github-copilot-to-the-databricks-managed/m-p/123980#M461</link>
      <description>&lt;P&gt;Recently, Databricks released a preview version of the &lt;A href="https://docs.databricks.com/aws/en/generative-ai/agent-framework/mcp#managed-mcp-servers" target="_blank" rel="noopener"&gt;Managed MCP Server&lt;/A&gt;. Upon seeing this, I immediately wanted to integrate Databricks Genie with VS Code and GitHub Copilot agent mode. Below, I will briefly share the setup process:&lt;/P&gt;&lt;H2&gt;Step 1: Prepare Genie on Databricks.&lt;/H2&gt;&lt;P&gt;In this case, I used the sample table &lt;FONT face="courier new,courier"&gt;samples.nyctaxi.trips&lt;/FONT&gt; to create Genie.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charlie_wei_0-1751613479319.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17973iF88679D79FC9D845/image-size/large?v=v2&amp;amp;px=999" role="button" title="charlie_wei_0-1751613479319.png" alt="charlie_wei_0-1751613479319.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;H2&gt;Step 2: Configure VS Code&lt;/H2&gt;&lt;P&gt;Depending on your requirements, edit either &lt;FONT face="courier new,courier"&gt;.vscode/mcp.json&lt;/FONT&gt; or &lt;FONT face="courier new,courier"&gt;.vscode/settings.json&lt;/FONT&gt; in your VS Code workspace. Please refer to the following example for guidance:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "chat.mcp.enabled": true,
    "mcp": {
        "inputs": [],
        "servers": {
            "my-genie": {
                "type": "http",
                "url": "https://&amp;lt;your-workspace-hostname&amp;gt;/api/2.0/mcp/genie/{genie_space_id}",
                "headers": {
                    "Authorization": "Bearer &amp;lt;your-personal-access-token&amp;gt;"
                }
            }
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;You can obtain a personal access token according to the &lt;A href="https://docs.databricks.com/aws/en/dev-tools/auth/pat#databricks-personal-access-tokens-for-workspace-users" target="_self"&gt;documentation&lt;/A&gt;.&lt;/P&gt;&lt;H2&gt;Step 3: Use Agent Mode&lt;/H2&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="charlie_wei_1-1751615208235.png" style="width: 999px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/17974i157F18EC45FCC11A/image-size/large?v=v2&amp;amp;px=999" role="button" title="charlie_wei_1-1751615208235.png" alt="charlie_wei_1-1751615208235.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Awesome&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 07:52:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/connecting-vs-code-and-github-copilot-to-the-databricks-managed/m-p/123980#M461</guid>
      <dc:creator>charlie_wei</dc:creator>
      <dc:date>2025-07-04T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VS Code and GitHub Copilot to the Databricks Managed MCP Server</title>
      <link>https://community.databricks.com/t5/community-articles/connecting-vs-code-and-github-copilot-to-the-databricks-managed/m-p/131444#M661</link>
      <description>&lt;P&gt;Thanks for the example this is something I am looking for&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Sep 2025 16:48:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/community-articles/connecting-vs-code-and-github-copilot-to-the-databricks-managed/m-p/131444#M661</guid>
      <dc:creator>kbaig8125</dc:creator>
      <dc:date>2025-09-09T16:48:10Z</dc:date>
    </item>
  </channel>
</rss>

