mcp-configure

mcp configure

github ↓ 7k
Claude Code
View source ↗

What it does

  • Global: ~/.copilot/mcp-config.json (use the user's home directory)
  • Project: .mcp/copilot/mcp.json (relative to the current working directory)
  • If Auto-discover: Proceed to step 2a
  • If Manual entry: Skip to step 2b
  • Verify Azure CLI (az) is installed (check with which az or where az on Windows)
  • If not installed, inform the user and fall back to step 2b
  • properties.displayName as displayName

Requirements & configuration

  • 1. Auto-discover — List available environments from your Azure account (requires Azure CLI)
  • 2. Get an access token for the Power Apps API:
  • az account get-access-token --resource https://service.powerapps.com/ --query accessToken --output tsv
  • Authorization: Bearer {token}

Configuration: ARGUMENTSCONFIG_PATHCONFIGURED_URLSUSER_URLMCP_URLSERVER_NAME

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

mcp configure

Source

Repository: https://github.com/github/awesome-copilot

mcp-configure FAQ

What does the mcp-configure skill do?

Configure an MCP server for GitHub Copilot with your Dataverse environment. Global: ~/.copilot/mcp-config.json (use the user's home directory) Project: .mcp/copilot/mcp.json (relative to the current working directory)

What does mcp-configure require?

1. Auto-discover — List available environments from your Azure account (requires Azure CLI) 2. Get an access token for the Power Apps API: az account get-access-token --resource https://service.powerapps.com/ --query accessToken --output tsv Authorization: Bearer {token} Configuration keys: ARGUMENTS, CONFIG_PATH, CONFIGURED_URLS, USER_URL, MCP_URL, SERVER_NAME.

How do I install mcp-configure?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill mcp-configure --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain mcp-configure?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

mcp-configure on getagentictools
[![mcp-configure on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-mcp-configure.svg)](https://getagentictools.com/skills/github-awesome-copilot-mcp-configure?ref=badge)
npx agentictools info skills/github-awesome-copilot-mcp-configure

The second line is the CLI lookup for this page — handy in READMEs and docs.