mcp-copilot-instructions
Verified Safeby mako10k
Overview
Dynamically generates context-relevant instructions for LLMs to prevent attention dispersion and maintain focus during development.
Installation
npx @mako10k/mcp-copilot-instructionsSecurity Notes
The server performs extensive file system operations (e.g., overwriting `.github/copilot-instructions.md`) and executes Git commands via `child_process.exec`. While current Git command arguments appear safely constructed, `exec` is a powerful primitive. Critical actions like migration and rollback require explicit user elicitation/approval. A file-based locking mechanism (`.copilot-state/.lock`) is in place to prevent concurrent modifications, enhancing integrity.
Similar Servers
mcp-github-project-manager
AI-powered GitHub Project Management, including automated roadmap generation, sprint planning, issue triaging, task breakdown, and comprehensive project workflow automation.
copilot-kit
Provides a curated collection of GitHub Copilot prompts, instructions, and configurations to enhance developer productivity and streamline AI-assisted programming workflows in VS Code.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.
mcp-ai-agent-guidelines
A comprehensive AI agent development framework focused on structured design, prompt engineering, code analysis, and agent-to-agent orchestration for developers.