Mcp Continuity Server Fixed — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Continuity Server Fixed (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Um servidor MCP para gerenciamento de continuidade e estado em projetos, baseado no MCP Continuity Tool. Esta versão foi simplificada para ser compatível com o SDK MCP versão 1.7.0.
Esta versão faz as seguintes alterações:
resources/list e prompts/list que causavam erronpm install -g @lucasdoreac/mcp-continuity-servernpx @lucasdoreac/mcp-continuity-serverAdicione esta entrada ao arquivo claude_desktop_config.json:
"continuity": {
"command": "npx",
"args": [
"-y",
"@lucasdoreac/mcp-continuity-server"
]
}git clone https://github.com/Lucasdoreac/mcp-continuity-server-fixed.git
cd mcp-continuity-server-fixednpm installnode src/index.jsPara iniciar como um servidor HTTP com interface web:
node src/index.js serverApós iniciar, acesse a interface web em: http://localhost:3000
A interface web permite:

initProjectState - Inicializa o estado de um projeto com base em um repositórioloadProjectState - Carrega o estado atual de um projetoupdateProjectState - Atualiza campos específicos no estado do projetoanalyzeRepository - Analisa a estrutura de um repositório para obter insightsgenerateContinuityPrompt - Gera um prompt otimizado para continuar o desenvolvimentoO servidor cria e gerencia um arquivo project-status.json que armazena o estado atual de desenvolvimento. Este arquivo contém:
Execute os testes automatizados com:
npm testPara verificar a cobertura de código:
npm run test:coverageMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.