Back to directory
mcp-server-for-copilot

mcp-server-for-copilot

@CrewAakash2

An MCP server implementation that connects MCP-compatible clients with Microsoft Copilot Studio agents through the DirectLine API

copilotmicrosoftagentaicloud

Installation & Configuration

{
  "mcpServers": {
    "agent-name": {
      "command": "uv",
      "args": [
        "--directory",
        "<PATH_TO_THE_PARENT_FOLDER>",
        "run",
        "mcp",
        "run",
        "<PATH_TO_THE_PARENT_FOLDER>/src/main.py"
      ],
      "env": {
        "DIRECTLINE_ENDPOINT": "endpoint-url",
        "COPILOT_AGENT_SECRET": "secret-key"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2025/4/27
Updated
2025/8/2