MCPcopy Index your code
hub / github.com/VikashLoomba/copilot-mcp

github.com/VikashLoomba/copilot-mcp @v0.0.97

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.0.97 ↗ · + Follow
675 symbols 1,544 edges 114 files 52 documented · 8%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Copilot MCP Search for VS Code

Want remote MCP in ~30s? Try Cloud MCP — paste a URL → OAuth → done.
Works with Copilot & Claude (no keys, no terminal).
Get started at cloudmcp.run

<img width="800" alt="image" src="https://automatalabs.io/demo.gif" />

Version License: GPL v3 VSCode Extension MCP Client

A powerful VS Code extension that lets you discover, install, and manage open‑source MCP servers and agent skills from one place.

✨ Features

  • 🔧 MCP Server Management – connect/manage multiple servers via an intuitive UI
  • 🧠 Skills Search & Install – discover skills from skills.sh and install to your agents
  • 🗂️ Installed Skills Management – view installed skills and uninstall with agent-level controls
  • 🚀 Claude/Codex/Copilot Integration – expose MCP tools directly to your agents
  • 🎯 Server Discovery – automatically discover open‑source servers

📦 Installation

  1. Install from the VS Code Marketplace.
  2. Open MCP Servers in the Activity Bar, or configure in Settings.

Optional: Remote MCP (no local setup)

If you don’t want to run servers locally, use Cloud MCP (remote, OAuth‑only).
Paste the MCP URL into Copilot/Claude and you’re done:

🛠️ Configuration

Configure via the UI or VS Code settings. Look for the MCP Servers icon in the Activity Bar.

🚀 Usage

  1. Open the MCP Servers view
  2. Connect or search for servers
  3. Switch to Skills to search and install skills, and manage installed skills
  4. Use Copilot Chat with your newly added tools and skills

Tip: When a server supports npx/uvx, the Server Discovery panel shows a “Deploy via Cloud MCP” option so you can run it remotely without installing anything.

🔗 Requirements

  • VS Code
  • GitHub Copilot Chat extension

🌟 Benefits

  • Give Copilot standardized tools via MCP
  • Local or remote workflows (Cloud MCP)
  • Join a growing, interoperable ecosystem

Telemetry

Copilot MCP collects a small set of anonymous usage events — searches, install attempts, and clicks on in-extension links/CTAs — so we can understand which features are useful.

  • What is collected: anonymous event names with a small set of properties: the search terms you type in the extension (sidebar search and @mcp chat prompts, truncated to 100 characters), public GitHub repository names/URLs and skill source locators for items you search for or act on, your OS platform/architecture and the extension version, and error messages/diagnostics (truncated) when something fails.
  • What is never collected: file contents, workspace or repository contents, or account identifiers (no emails, usernames, or tokens) — account-shaped properties are stripped out before anything is sent.
  • VS Code settings are respected: the extension honors VS Code's telemetry.telemetryLevel setting. If you have disabled telemetry in VS Code, the extension sends nothing.

To opt out, set telemetry.telemetryLevel to off in your VS Code settings.

🔄 Maintainer: Vendored Copilot Provider Sync

This repo vendors an upstream Copilot provider from anomalyco/opencode under:

  • vendor/opencode-copilot/src/**

Sync it with:

npm run sync:copilot-provider

Check drift without writing files:

npm run sync:copilot-provider:check

Automated daily sync PRs are created by:

  • .github/workflows/sync-opencode-copilot.yml

👥 Contributing

PRs and feature requests welcome! See issues.

✍️ Author

Vikash Loomba
Website: https://cloudmcp.run
X: @DevAutomata
GitHub: @vikashloomba

📝 License

GPL‑3.0 — see LICENSE.


Part of the MCP Client Ecosystem

Extension points exported contracts — how you extend this code

PluginManifestEntry (Interface)
* Plugin manifest types
src/plugin-manifest.ts
HostProvider (Interface)
(no doc) [2 implementers]
src/providers/types.ts
SkillSearchItem (Interface)
(no doc)
skills-client.ts
DiscoverSkillsOptions (Interface)
(no doc)
src/skills.ts
InstallResult (Interface)
(no doc)
src/installer.ts
SkillSearchItem (Interface)
(no doc)
src/skills-client.ts
McpInstallCandidate (Interface)
(no doc)
src/McpAgent.ts
Skill (Interface)
(no doc)
src/types.ts

Core symbols most depended-on inside this repo

cn
called by 201
web/src/lib/utils.ts
error
called by 46
src/utilities/outputLogger.ts
warn
called by 24
src/utilities/outputLogger.ts
isPathSafe
called by 15
src/installer.ts
info
called by 15
src/utilities/outputLogger.ts
logEvent
called by 14
src/telemetry/standardizedTelemetry.ts
cleanAndCreateDirectory
called by 12
src/installer.ts
match
called by 11
src/providers/types.ts

Shape

Function 460
Interface 102
Method 94
Class 18
Enum 1

Languages

TypeScript100%

Modules by API surface

src/panels/ExtensionPanel.ts36 symbols
src/installer.ts26 symbols
web/src/components/ui/sidebar.tsx25 symbols
src/utilities/CopilotChat.ts24 symbols
src/telemetry/standardizedTelemetry.ts23 symbols
src/shared/types/rpcTypes.ts19 symbols
web/src/utils/registryInstall.ts18 symbols
src/McpAgent.ts18 symbols
web/src/components/ui/menubar.tsx16 symbols
web/src/components/ui/dropdown-menu.tsx15 symbols
web/src/components/ui/context-menu.tsx15 symbols
src/utilities/outputLogger.ts14 symbols

For agents

$ claude mcp add copilot-mcp \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page