{"id":98186,"date":"2025-10-16T07:00:00","date_gmt":"2025-10-16T14:00:00","guid":{"rendered":""},"modified":"2026-03-05T10:03:33","modified_gmt":"2026-03-05T18:03:33","slug":"9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter","status":"publish","type":"post","link":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/","title":{"rendered":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter"},"content":{"rendered":"\n<p>The rise of Model Context Protocol (MCP) has transformed how AI agents interact with tools, codebases, and even browsers. GitHub Copilot and&nbsp;VS&nbsp;Code teams, in partnership with the Microsoft&nbsp;Open Source&nbsp;Program Office (OSPO),&nbsp;are now&nbsp;sponsoring a wave of open-source MCP&nbsp;projects that push the boundaries of developer experience, agent autonomy, multi-modal&nbsp;capabilities, and community.<\/p>\n\n\n\n<p>These&nbsp;nine projects\u2014ranging from browser extensions to semantic code editors\u2014are not just experiments,&nbsp;they\u2019re&nbsp;the scaffolding for a new generation of AI-native workflows.&nbsp;Let\u2019s&nbsp;dive&nbsp;into&nbsp;some of&nbsp;the&nbsp;exciting&nbsp;MCP-powered innovations on GitHub based on community engagement.&nbsp;<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/modelcontextprotocol.io\/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn more about the Model Context Protocol ecosystem<\/a><\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"from-semantic-code-editing-to-new-dev-tools\">From semantic code editing to new dev tools<\/h2>\n\n\n\n<p><strong>1.&nbsp;<a href=\"https:\/\/github.com\/upstash\/context7\" target=\"_blank\" rel=\"noreferrer noopener\">Upstash\/context7<\/a>: Up-to-date documentation for LLMs and AI code editors&nbsp;<\/strong><\/p>\n\n\n\n<p>Upstash\u2019s&nbsp;Context7 MCP server&nbsp;allows developers to easily&nbsp;pull up-to-date, version-specific documentation&nbsp;and&nbsp;provides&nbsp;code examples straight from the source. From there, the MCP includes them&nbsp;directly into your prompt&nbsp;for easily understandable context for your LLMs and AI applications.<\/p>\n\n\n\n<p><strong>2.&nbsp;<a href=\"https:\/\/github.com\/tadata-org\/fastapi_mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Tadata\/fastapi_mcp<\/a>:&nbsp;FastAPI, meet MCP&nbsp;<\/strong><\/p>\n\n\n\n<p>FastAPI-MCP turns your&nbsp;FastAPI&nbsp;endpoints into MCP tools&nbsp;with authentication&nbsp;that needs&nbsp;minimal&nbsp;configuration.&nbsp;The MCP&nbsp;preserves schemas, documentation, and authentication logic,&nbsp;creating a&nbsp;seamless way to expose APIs to AI&nbsp;agents.<\/p>\n\n\n\n<p><strong>3.&nbsp;<a href=\"https:\/\/github.com\/oraios\/serena\" target=\"_blank\" rel=\"noreferrer noopener\">Oraios\/serena<\/a>: Semantic code editing for agents&nbsp;<\/strong><\/p>\n\n\n\n<p>Serena is a&nbsp;fully featured&nbsp;coding agent toolkit that integrates language servers with MCP. It&nbsp;provides semantic retrieval and editing capabilities&nbsp;for&nbsp;code retrieval, editing, and shell execution.&nbsp;This makes coding agents smarter and more&nbsp;efficient and&nbsp;can even turn a vanilla LLM into a true IDE assistant.<\/p>\n\n\n\n<p><strong>4.&nbsp;<a href=\"https:\/\/github.com\/czlonkowski\/n8n-mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Czlonkowski\/n8n-mcp<\/a>:&nbsp;Let AI agents build n8n workflows for you&nbsp;<\/strong><\/p>\n\n\n\n<p>&nbsp;This project brings n8n\u2019s powerful automation engine into the MCP ecosystem. By bringing in comprehensive&nbsp;access to n8n node documentation, validation tools, and direct n8n instance access, agents can now trigger,&nbsp;monitor, and manipulate workflows programmatically. Though details are sparse, early adopters are already integrating it with GitHub Actions, Discord bots, and data pipelines.<\/p>\n\n\n\n<p><strong>5.&nbsp;<a href=\"https:\/\/github.com\/justinpbarnett\/unity-mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Justinpbarnett\/unity-mcp<\/a>: AI agents in game dev&nbsp;<\/strong><\/p>\n\n\n\n<p>&nbsp;Unity-MCP exposes Unity\u2019s game engine APIs to MCP clients. Agents can inspect and&nbsp;modify&nbsp;game objects, scenes, and&nbsp;prefabs.&nbsp;It\u2019s&nbsp;a bold step toward AI-assisted game development, with potential for debugging, level design, and UI generation.<\/p>\n\n\n\n<p><strong>6.&nbsp;<a href=\"https:\/\/github.com\/antfu\/nuxt-mcp\" target=\"_blank\" rel=\"noreferrer noopener\">Antfu\/nuxt-mcp<\/a>:&nbsp;Nuxt&nbsp;dev tools<\/strong><\/p>\n\n\n\n<p>Created by ecosystem veteran Anthony Fu,&nbsp;Nuxt-MCP lets agents interact with&nbsp;Nuxt&nbsp;apps via MCP. It supports route inspection,&nbsp;component&nbsp;analysis, and SSR debugging. If&nbsp;you\u2019re&nbsp;building with&nbsp;Nuxt&nbsp;and want AI-native tooling, this is your&nbsp;launchpad.<\/p>\n\n\n\n<p><strong>7.&nbsp;<a href=\"https:\/\/github.com\/MCPJam\/inspector\" target=\"_blank\" rel=\"noreferrer noopener\">MCPJam\/inspector<\/a>:&nbsp;MCP server testing and evals<\/strong><\/p>\n\n\n\n<p>The&nbsp;MCPJam&nbsp;inspector is an&nbsp;open-source&nbsp;testing and debugging tool for MCP servers &#8211; Postman for MCP. It can test your MCP server&#8217;s tools, resources, prompts, and authentication,&nbsp;and also&nbsp;has an LLM playground to test your MCP server against different models. Bonus:&nbsp;MCPJam&nbsp;has a CLI tool for MCP evaluation.<\/p>\n\n\n\n<p><strong>8.&nbsp;<a href=\"https:\/\/github.com\/steipete\/Peekaboo\" target=\"_blank\" rel=\"noreferrer noopener\">Steipete\/Peekaboo<\/a>: Swift code analysis via MCP&nbsp;<\/strong><\/p>\n\n\n\n<p>Peekaboo brings Swift codebases into the MCP fold. It uses language servers to expose symbol-level tools for agents, enabling code navigation, editing, and refactoring. Built by Peter Steinberger,&nbsp;it\u2019s&nbsp;a must-have for iOS&nbsp;developers.<\/p>\n\n\n\n<p><strong>9.&nbsp;<a href=\"https:\/\/github.com\/instavm\/coderunner\" target=\"_blank\" rel=\"noreferrer noopener\">Instavm\/coderunner<\/a>: Run code safely and locally&nbsp;<\/strong><\/p>\n\n\n\n<p>Coderunner&nbsp;is a sandboxed MCP server for executing code snippets. It supports multiple languages and isolates execution for safety. Agents can test hypotheses, run scripts, and&nbsp;validate&nbsp;outputs\u2014all without leaving the IDE.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-github-and-vs-code-are-sponsoring-these-projects\">Why GitHub and&nbsp;VS&nbsp;Code are sponsoring these projects&nbsp;<\/h2>\n\n\n\n<p>These projects&nbsp;aren\u2019t&nbsp;just cool\u2014they\u2019re&nbsp;helping accelerate the MCP community and provide tools that developers use and care about. GitHub Copilot and VS Code teams are sponsoring&nbsp;these projects to&nbsp;promote&nbsp;open-source&nbsp;software and open standards like MCP, accelerate agent-native development workflows, and give developers more power to build, debug, and deploy with AI.&nbsp;<\/p>\n\n\n\n<p>Want to help support these projects? Sign up for&nbsp;<a href=\"https:\/\/github.com\/sponsors?utm_source=github&amp;utm_medium=blog&amp;utm_campaign=FY226-Q1-MCP-SPONSORSHIPS\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Sponsors<\/a>&nbsp;today and join us in sponsoring them or other&nbsp;open-source&nbsp;projects you care about.<\/p>\n\n\n\n<p>Dive into the&nbsp;<a href=\"https:\/\/modelcontextprotocol.io\/\">MCP ecosystem<\/a>&nbsp;and start building the future of AI-native development&nbsp;and explore how MCP x&nbsp;<a href=\"https:\/\/code.visualstudio.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">VS Code<\/a>&nbsp;and&nbsp;<a href=\"https:\/\/github.com\/features\/copilot?utm_source=github&amp;utm_medium=blog&amp;utm_campaign=FY226-Q1-MCP-SPONSORSHIPS\" target=\"_blank\" rel=\"noreferrer noopener\">GitHub Copilot<\/a>&nbsp;can increase your productivity and creativity!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>GitHub Copilot and\u00a0VS\u00a0Code teams are sponsoring open-source MCP\u00a0projects that push the boundaries of developer experience, agent autonomy, and more.<\/p>\n","protected":false},"author":6266,"featured_media":95482,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"msxcm_post_with_no_image":false,"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[136,223],"content-type":[2610],"topic":[2240,2244],"programming-languages":[],"coauthors":[2622,2618],"class_list":["post-98186","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","tag-github","tag-visual-studio","content-type-thought-leadership","topic-application-development","topic-devops","review-flag-1593580428-734","review-flag-1-1593580432-963","review-flag-2-1593580437-411","review-flag-3-1593580442-169","review-flag-4-1593580448-609","review-flag-5-1593580453-725","review-flag-6-1593580457-852","review-flag-7-1593580463-151","review-flag-8-1593580468-572","review-flag-9-1593580473-997","review-flag-new-1593580248-669","review-flag-partn-1593580279-545"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog<\/title>\n<meta name=\"description\" content=\"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog\" \/>\n<meta property=\"og:description\" content=\"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Open Source Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-16T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-05T18:03:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1170\" \/>\n\t<meta property=\"og:image:height\" content=\"640\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Katie Savage, Stacey Haffner\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:site\" content=\"@OpenAtMicrosoft\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Katie Savage, Stacey Haffner\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\"},\"author\":[{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/katie-savage\/\",\"@type\":\"Person\",\"@name\":\"Katie Savage\"},{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/author\/stacey-haffner\/\",\"@type\":\"Person\",\"@name\":\"Stacey Haffner\"}],\"headline\":\"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter\",\"datePublished\":\"2025-10-16T14:00:00+00:00\",\"dateModified\":\"2026-03-05T18:03:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\"},\"wordCount\":817,\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp\",\"keywords\":[\"GitHub\",\"Visual Studio\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\",\"name\":\"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog\",\"isPartOf\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp\",\"datePublished\":\"2025-10-16T14:00:00+00:00\",\"dateModified\":\"2026-03-05T18:03:33+00:00\",\"description\":\"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.\",\"breadcrumb\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp\",\"width\":1170,\"height\":640},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/opensource.microsoft.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#website\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"name\":\"Microsoft Open Source Blog\",\"description\":\"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability\",\"publisher\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#organization\",\"name\":\"Microsoft Open Source Blog\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft Open Source Blog\"},\"image\":{\"@id\":\"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/x.com\/OpenAtMicrosoft\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog","description":"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/","og_locale":"en_US","og_type":"article","og_title":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog","og_description":"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.","og_url":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/","og_site_name":"Microsoft Open Source Blog","article_published_time":"2025-10-16T14:00:00+00:00","article_modified_time":"2026-03-05T18:03:33+00:00","og_image":[{"width":1170,"height":640,"url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.png","type":"image\/png"}],"author":"Katie Savage, Stacey Haffner","twitter_card":"summary_large_image","twitter_creator":"@OpenAtMicrosoft","twitter_site":"@OpenAtMicrosoft","twitter_misc":{"Written by":"Katie Savage, Stacey Haffner","Est. reading time":"3 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#article","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/"},"author":[{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/katie-savage\/","@type":"Person","@name":"Katie Savage"},{"@id":"https:\/\/opensource.microsoft.com\/blog\/author\/stacey-haffner\/","@type":"Person","@name":"Stacey Haffner"}],"headline":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter","datePublished":"2025-10-16T14:00:00+00:00","dateModified":"2026-03-05T18:03:33+00:00","mainEntityOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/"},"wordCount":817,"publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp","keywords":["GitHub","Visual Studio"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/","url":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/","name":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter | Microsoft Open Source Blog","isPartOf":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage"},"thumbnailUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp","datePublished":"2025-10-16T14:00:00+00:00","dateModified":"2026-03-05T18:03:33+00:00","description":"Learn how these open-source projects are\u00a0helping accelerate the MCP community and provide tools that developers use and care about.","breadcrumb":{"@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#primaryimage","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2024\/06\/MSC24-Japan-business-Getty-1024531730-rgb.webp","width":1170,"height":640},{"@type":"BreadcrumbList","@id":"https:\/\/opensource.microsoft.com\/blog\/2025\/10\/16\/9-open-source-projects-the-github-copilot-and-visual-studio-code-teams-are-sponsoring-and-why-they-matter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/opensource.microsoft.com\/blog\/"},{"@type":"ListItem","position":2,"name":"9 open-source projects the GitHub Copilot and Visual Studio Code teams are sponsoring\u2014and why they matter"}]},{"@type":"WebSite","@id":"https:\/\/opensource.microsoft.com\/blog\/#website","url":"https:\/\/opensource.microsoft.com\/blog\/","name":"Microsoft Open Source Blog","description":"Open dialogue about openness at Microsoft \u2013 open source, standards, interoperability","publisher":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/opensource.microsoft.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/opensource.microsoft.com\/blog\/#organization","name":"Microsoft Open Source Blog","url":"https:\/\/opensource.microsoft.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/opensource.microsoft.com\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft Open Source Blog"},"image":{"@id":"https:\/\/opensource.microsoft.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/OpenAtMicrosoft"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Open Source Blog","distributor_original_site_url":"https:\/\/opensource.microsoft.com\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/98186","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/users\/6266"}],"replies":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/comments?post=98186"}],"version-history":[{"count":9,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/98186\/revisions"}],"predecessor-version":[{"id":98359,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/posts\/98186\/revisions\/98359"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media\/95482"}],"wp:attachment":[{"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/media?parent=98186"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/post_tag?post=98186"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/content-type?post=98186"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/topic?post=98186"},{"taxonomy":"programming-languages","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/programming-languages?post=98186"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/opensource.microsoft.com\/blog\/wp-json\/wp\/v2\/coauthors?post=98186"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}