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 | |
Permissão e auditoria para plugins | Funcional, uso local (não publicado) | |
Plugin ChatGuru | MVP com uma ação de leitura ( | |
Skills (conhecimento de domínio) | Em construção — 2 skills reais | |
Documentação de arquitetura | Fundação | |
Orquestrador de agente, PluginRegistry unificado, 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/
│ ├── auth/
│ └── plugins/
│ └── chatguru/
└── .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.
Related MCP Servers
- Flicense-qualityDmaintenanceIntelligently analyzes codebases to enhance LLM prompts with relevant context, featuring adaptive context management and task detection to produce higher quality AI responses.2
- AlicenseAqualityCmaintenanceAnalyzes codebases from local directories, GitHub, and Azure DevOps, providing intelligent context to AI coding assistants through repository structure, critical files, and semantic maps.144MIT
- FlicenseBqualityDmaintenanceProvides AI coding agents with structured Git repository context including project state, code structure, activity, and risk analysis without modifying or uploading code.53
- Alicense-qualityDmaintenanceProvides AI agents with secure, read-only file system access to analyze and understand project codebases, enabling multi-repository context aggregation and cross-project code tracing.5MIT
Related MCP Connectors
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Securely search and manage workspace context files for AI agents and teams.
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
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/cleberfarias/devscope-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server