copilot-mcp-server

git-bonda108/copilot-mcp-server
★ 0 stars Bicep DevOps Updated 1d ago
TypeScript MCP server over Streamable HTTP, one-command deployment to Azure Container Apps, designed to plug into Microsoft Copilot Studio
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "copilot-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "git-bonda108/copilot-mcp-server"
      ]
    }
  }
}