Back to Home
Aykahshi icon

copilot-mcp-tool

by Aykahshi

Overview

Integrate GitHub Copilot CLI with Model Context Protocol (MCP) clients to provide AI-powered coding assistance and session management.

Installation

Run Command
npx -y @aykahshi/copilot-mcp-server

Security Notes

The `executeCopilotCommand` function uses `child_process.spawn` with `shell: true`. While the direct arguments passed to the `copilot` command are largely controlled (enums for models, internal session IDs), the use of `shell: true` introduces a potential command injection vulnerability if any unvalidated or malicious user input were to be passed into arguments that are then interpreted by the shell. Although the current implementations appear careful, this flag should ideally be avoided for better security posture when interacting with external executables.

Similar Servers

Stats

Interest Score33
Security Score5
Cost ClassHigh
Avg Tokens1000
Stars2
Forks0
Last Update2026-01-19

Tags

Model Context ProtocolGitHub CopilotAICoding AssistantCLI