DevScope MCP
Provides tools for reading Git repositories, including history, branches, and commits.
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., "@DevScope MCPCompare my current branch with the development branch."
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.
DevScope
Plataforma de inteligência de engenharia para agentes de IA. O objetivo é que um agente (GitHub Copilot, Claude Code, Codex, Cursor, VS Code Agent etc.) entenda um projeto de software — arquitetura, convenções, histórico e infraestrutura — sem precisar reconstruir esse contexto a cada conversa.
Veja o desenho completo em docs/architecture/overview.md.
O que existe hoje
Componente | Pasta | Status |
Servidor MCP (leitura de projeto, Git, busca de código) | Funcional, publicado como | |
Skills (conhecimento de domínio) | Em construção — 2 skills reais | |
Documentação de arquitetura | Fundação | |
Orquestrador de agente, plugins MCP adicionais, RAG, UI, SDK | — | Roadmap, ainda não iniciados |
Não existem pastas vazias reservando lugar para fases futuras — quando uma fase começa, a pasta nasce com conteúdo real no mesmo commit.
Related MCP server: Code Expert MCP Server
Instalar o servidor MCP hoje
cd mcp/server
python -m venv .venv
# Windows PowerShell: .venv\Scripts\Activate.ps1
# Linux/WSL/macOS: source .venv/bin/activate
pip install -e ".[dev]"Instruções completas de uso, CLI e segurança em mcp/server/README.md.
Estrutura do repositório
devscope/
├── AGENTS.md
├── devscope.json
├── docs/
│ └── architecture/
├── skills/
│ ├── git/
│ └── architecture/
├── mcp/
│ └── server/
└── .vscode/Licença
MIT — veja LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/cleberfarias/devscope-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server