MCP Project Guard
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MCP Project GuardFind similar code patterns for a modal component."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Project Guard
🛡️ Servidor MCP que analisa automaticamente a arquitetura do seu projeto e busca códigos similares para manter consistência em diferentes linguagens de programação.
🚀 Instalação
npx mcp-project-guardRelated MCP server: code-graph-mcp
⚙️ Configuração no VS Code
Adicione ao seu settings.json (Ctrl+Shift+P → "Open User Settings (JSON)"):
{
"github.copilot.chat.welcomeMessage": "disabled",
"github.copilot.chat.startupMessage": "Use the MCP Project Guard tools to analyze architecture and find similar code patterns.",
"mcp": {
"servers": {
"mcp-project-guard": {
"command": "npx",
"args": ["mcp-project-guard"],
"env": {}
}
}
}
}🛠️ Tools Disponíveis
1. analyze_architecture
Analisa a arquitetura geral do projeto:
Detecta linguagem de programação
Define regras e camadas arquiteturais
Conta componentes existentes
Retorna estrutura de pastas recomendada
2. find_similar_code
Busca códigos similares no projeto:
Encontra componentes similares por tipo
Extrai trechos de código relevantes
Identifica padrões e imports usados
Sugere reutilização de código existente
🎯 Como usar no GitHub Copilot
Workflow recomendado:
1. @mcp-project-guard analyze_architecture
2. @mcp-project-guard find_similar_code component_type:modal
3. [Agora o Copilot tem contexto completo para gerar código]Exemplos práticos:
Para criar um modal:
@mcp-project-guard find_similar_code component_type:modal
Crie um modal para exibir detalhes do usuárioPara criar uma API:
@mcp-project-guard find_similar_code component_type:api search_term:fetch
Como criar uma nova rota de API?Para criar um formulário:
@mcp-project-guard find_similar_code component_type:form
Preciso de um formulário de cadastroAnálise geral:
@mcp-project-guard analyze_architecture
Qual a estrutura recomendada para este projeto?🔍 Verificar uso
npx mcp-check-usage📦 NPM: mcp-project-guard
🐛 Issues: GitHub Issues
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that assists with the orchestration of new software projects by applying standardized templates and best practices in design patterns and software architecture.17MIT
- AlicenseAqualityDmaintenanceMCP server for comprehensive code analysis, navigation, and quality assessment across 25+ programming languages.988MIT
- Alicense-qualityFmaintenanceAn MCP server that provides senior-level code review, quality checks, security analysis, and refactoring suggestions directly in your editor.1MIT
- Alicense-qualityDmaintenanceAn open-source MCP server that automates project customization by analyzing your codebase and generating AI-ready configuration files based on industry best practices.12MIT
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
A MCP server built for developers enabling Git based project management with project and personal…
Conformance checker for MCP servers. Free, no key, verdicts recomputable and re-measured daily.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Brunogar6/mcp-project-guard'
If you have feedback or need assistance with the MCP directory API, please join our Discord server