DevScope
FreeNot checkedProvides project context for AI agents in VS Code by analyzing technologies, structure, AGENTS.md rules, current branch, and source code without allowing arbitr
About
Provides project context for AI agents in VS Code by analyzing technologies, structure, AGENTS.md rules, current branch, and source code without allowing arbitrary commands.
README
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) | mcp/server | Funcional, publicado como devscope-mcp no PyPI |
| Permissão e auditoria para plugins | mcp/auth | Funcional, uso local (não publicado) |
| Plugin ChatGuru | mcp/plugins/chatguru | MVP com uma ação de leitura (get_service_health) — ainda dois processos MCP separados, não carregado pelo Core |
| Skills (conhecimento de domínio) | skills | Em construção — 2 skills reais |
| Documentação de arquitetura | docs/architecture | 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.
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.
Installing DevScope
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/cleberfarias/devscope-mcpFAQ
Is DevScope MCP free?
Yes, DevScope MCP is free — one-click install via Unyly at no cost.
Does DevScope need an API key?
No, DevScope runs without API keys or environment variables.
Is DevScope hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install DevScope in Claude Desktop, Claude Code or Cursor?
Open DevScope on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare DevScope with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
