Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.tosin2013/mcp-adr-analysis-server

NPM · MCP-ADR-ANALYSIS-SERVER · SCANNED SEP 20

ADR drift detection, content safety, and decision memory for architectural decisions

+1 this week 92 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 43 of 136 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to tosin2013/mcp-adr-analysis-server). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 2 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability81
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 9397 tokens (~105/item across 89 items; 63 tools + 26 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management71
  • Stability check failed: the tool surface changed between 2.6.19 and 2.14.13: 12 tool removals, 0 breaking changes, 0 additions. See how to fix → Fail
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 99% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 63 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 64 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.tosin2013/mcp-adr-analysis-server server?

io.github.tosin2013/mcp-adr-analysis-server runs locally as an npm package, launched with npx -y mcp-adr-analysis-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · mcp-adr-analysis-server

# add to Claude Code
claude mcp add tosin2013-mcp-adr-analysis-server -- npx -y mcp-adr-analysis-server
// .cursor/mcp.json
{
  "mcpServers": {
    "tosin2013-mcp-adr-analysis-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "tosin2013-mcp-adr-analysis-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add tosin2013-mcp-adr-analysis-server -- npx -y mcp-adr-analysis-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tosin2013-mcp-adr-analysis-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-adr-analysis-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add tosin2013-mcp-adr-analysis-server --command npx --arg -y --arg mcp-adr-analysis-server
# ~/.hermes/config.yaml
mcp_servers:
  tosin2013-mcp-adr-analysis-server:
    command: "npx"
    args: ["-y", "mcp-adr-analysis-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "tosin2013-mcp-adr-analysis-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-adr-analysis-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add tosin2013-mcp-adr-analysis-server -t stdio -c npx -a -y mcp-adr-analysis-server
// mcp.json
{
  "mcpServers": {
    "tosin2013-mcp-adr-analysis-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-adr-analysis-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 −2

    No change was recorded against any check on this day. Stability & Change Management went from 84 to 71.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 81 to 84.

  • 18 Sept 26 +44
    • Stability: unverified → fail security
    • Injection markers: unverified → pass security
    • Tool coverage: unverified → 100 functional
    • Schema quality: unverified → 100 functional
    • MCP protocol: unverified → pass functional
  • 17 Sept 26 −43
    • Stability: fail → unverified security
    • Tool safety: pass → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Package version: 2.14.8 → 2.14.13 functional
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 71.

  • 13 Sept 26 −3

    No change was recorded against any check on this day. Stability & Change Management went from 84 to 64.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 81 to 84.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 74 to 77.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/mcp-adr-analysis-server@2.14.13

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo tosin2013/mcp-adr-analysis-server
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/tosin2013/mcp-adr-analysis-server/.github/workflows/publish.yml@refs/tags/v2.14.13
Rekor log index 2867648626
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:ea553a1665e06c2b00a06a5a3cde2cae03db54888dde8a7883a5b2b7f7e037afa273603bee76c29ab2e8437e955b7773dd9b07f9cc09d4c5636ea0b32

Background: How many MCP packages publish verified provenance →

Dependencies 136 packages
Packages resolved 136
Stale 43
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 63 exposed · ~8,644 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
smart_git_push ~166

AI-driven security-focused git push with credential detection, file filtering, and deployment metrics tracking. Tests should be run by calling AI and results provided.

NameTypeReqDescription
branchstringTarget branch for push (optional, uses current branch if not specified)
dryRunbooleanShow what would be pushed without actually pushing
forceUnsafebooleanOverride security blocks and test failures (DANGEROUS)
messagestringCommit message (optional, commits staged files if provided)
projectPathstringPath to project directory (defaults to current working directory)
skipSecuritybooleanSkip security scanning (NOT RECOMMENDED)
testResultsobjectTest results from AI-executed tests (required for proper deployment tracking)

No output schema declared.

No examples provided.

smart_score ~343

Central coordination for project health scoring system - recalculate, sync, diagnose, optimize, and reset scores across all MCP tools

NameTypeReqDescription
analysisModestringMethod for weight optimization (for optimize_weights operation)
checkDataFreshnessbooleanValidate data freshness across tools (for diagnose_scores operation)
componentstringScore component to reset (for reset_scores operation)
componentsarrayScore components to recalculate (for recalculate_scores operation)
customWeightsobjectCustom weight overrides (for optimize_weights operation)
forceUpdatebooleanForce update even if data is fresh
includeHistorybooleanInclude score history analysis (for diagnose_scores operation)
intentIdstringIntent ID to get score trends for (for get_intent_scores operation)
operationstringyesSmart scoring operation to perform
preserveHistorybooleanPreserve score history in backup (for reset_scores operation)
previewOnlybooleanPreview changes without applying (for optimize_weights operation)
projectPathstringyesPath to project directory
rebalanceWeightsbooleanRecalculate optimal scoring weights (for sync_scores operation)
recalculateAfterResetbooleanImmediately recalculate after reset (for reset_scores operation)
suggestImprovementsbooleanProvide score improvement suggestions (for diagnose_scores operation)
todoPathstringPath to TODO.md file (for sync_scores operation)
triggerToolsarrayTools to trigger for fresh data (for sync_scores operation)
updateSourcesbooleanTrigger source tool updates before recalculating

No output schema declared.

No examples provided.

suggest_adrs ~226

Suggest architectural decisions with advanced prompting techniques (Knowledge Generation + Reflexion). TIP: Read @.mcp-server-context.md first for project history, patterns, and previous ADRs to ensure consistency.

NameTypeReqDescription
afterCodestringCode after changes (for code_changes analysis)
analysisTypestringType of analysis to perform
beforeCodestringCode before changes (for code_changes analysis)
changeDescriptionstringDescription of the changes (for code_changes analysis)
commitMessagesarrayRelated commit messages (for code_changes analysis)
conversationContextobjectRich context from the calling LLM about user goals and discussion history
enhancedModebooleanEnable advanced prompting features (Knowledge Generation + Reflexion)
existingAdrsarrayList of existing ADR titles to avoid duplication
knowledgeEnhancementbooleanEnable Knowledge Generation for domain-specific insights
learningEnabledbooleanEnable Reflexion learning from past experiences
projectPathstringPath to the project directory

No output schema declared.

No examples provided.

sync_to_aggregator ~173

Sync ADRs to ADR Aggregator platform (https://adraggregator.com) for centralized tracking, visualization, and team collaboration. Supports incremental and full sync modes with optional metadata.

NameTypeReqDescription
adr_pathsarraySpecific ADR paths to sync (syncs all if not provided)
full_syncbooleanReplace all ADRs instead of incremental sync
include_code_linksbooleanInclude AST-based code links (Pro+ tier)
include_diagramsbooleanInclude Mermaid diagrams (Pro+ tier)
include_metadatabooleanInclude analysis metadata in sync
include_security_scanbooleanInclude security scan results
include_timelinebooleanInclude timeline/staleness data
projectPathstringProject path (defaults to PROJECT_PATH)

No output schema declared.

No examples provided.

tool_chain_orchestrator ~119

AI-powered dynamic tool sequencing - intelligently analyze user requests and generate structured tool execution plans

NameTypeReqDescription
allowParallelbooleanAllow parallel execution of independent steps
availableToolsarrayList of available MCP tools to orchestrate
contextHintsarrayAdditional context hints for better plan generation
executionModestringOrchestration mode
maxStepsnumberMaximum number of steps in the execution plan
userRequeststringyesUser request to analyze and create tool execution plan for

No output schema declared.

No examples provided.

troubleshoot_guided_workflow ~181

Structured failure analysis and test plan generation with memory integration for troubleshooting session tracking and intelligent ADR/research suggestion capabilities - provide JSON failure info to get specific test commands

NameTypeReqDescription
adrDirectorystringADR directory path
enableAdrSuggestionbooleanEnable automatic ADR suggestion based on recurring failures
enableMemoryIntegrationbooleanEnable memory entity storage for troubleshooting session tracking and pattern recognition
enablePatternRecognitionbooleanEnable automatic pattern recognition and failure classification
enableResearchGenerationbooleanEnable automatic research question generation for persistent problems
failureobjectStructured failure information (required for analyze_failure and generate_test_plan)
operationstringyesType of troubleshooting operation
projectPathstringPath to project directory (optional)
todoPathstringPath to TODO.md file

No output schema declared.

No examples provided.

update_implementation_status ~72

Update the implementation status of synced ADRs directly from the IDE. Supports statuses: not_started, in_progress, implemented, deprecated, blocked. Requires Pro+ tier.

NameTypeReqDescription
projectPathstringProject path (defaults to PROJECT_PATH)
updatesarrayyesArray of ADR status updates to apply

No output schema declared.

No examples provided.

update_knowledge ~170

ADR-018: Simple CRUD operations for project session state. Not a graph database — keyword retrieval over local JSON snapshots. Add/remove entities (intents, ADRs, tools, code) and relationships. Use knowledge://graph resource to read current state (zero token cost).

NameTypeReqDescription
entitystringEntity ID (for add_entity/remove_entity operations)
entityTypestringType of entity (required for add_entity operation)
metadataobjectAdditional metadata for the entity or relationship
operationstringyesType of operation to perform on project session state
relationshipstringRelationship type (for add_relationship/remove_relationship)
sourcestringSource node ID (for relationship operations)
targetstringTarget node ID (for relationship operations)

No output schema declared.

No examples provided.

validate_adr ~115

Validate an existing ADR against actual infrastructure reality using research-driven analysis. TIP: Compare findings against patterns in @.mcp-server-context.md for consistency checks.

NameTypeReqDescription
adrDirectorystringDirectory containing ADR files
adrPathstringyesPath to the ADR file to validate (relative or absolute)
confidenceThresholdnumberMinimum research confidence threshold (0-1)
includeEnvironmentCheckbooleanInclude live environment verification in validation
projectPathstringPath to the project directory

No output schema declared.

No examples provided.

validate_adr_compliance ~75

Validate ADR compliance against implementation via ADR Aggregator. Checks that code actually implements documented decisions. Requires Pro+ tier.

NameTypeReqDescription
adr_pathsarraySpecific ADR paths to validate
projectPathstringProject path (defaults to PROJECT_PATH)
validation_typestringType of validation to perform

No output schema declared.

No examples provided.

validate_all_adrs ~79

Validate all ADRs in a directory against actual infrastructure reality

NameTypeReqDescription
adrDirectorystringDirectory containing ADR files
includeEnvironmentCheckbooleanInclude live environment verification in validation
minConfidencenumberMinimum research confidence for validation (0-1)
projectPathstringPath to the project directory

No output schema declared.

No examples provided.

validate_content_masking ~41

Validate that content masking was applied correctly

NameTypeReqDescription
maskedContentstringyesContent after masking
originalContentstringyesOriginal content before masking

No output schema declared.

No examples provided.

validate_rules ~97

Validate code against architectural rules

NameTypeReqDescription
fileContentstringContent to validate (alternative to filePath)
fileNamestringName of file being validated (when using fileContent)
filePathstringPath to file to validate
reportFormatstringFormat for validation report
rulesarrayyesRules to validate against
validationTypestringType of validation to perform

No output schema declared.

No examples provided.

Common questions

What is the io.github.tosin2013/mcp-adr-analysis-server server?

io.github.tosin2013/mcp-adr-analysis-server is listed in the public MCP registry as io.github.tosin2013/mcp-adr-analysis-server. ADR drift detection, content safety, and decision memory for architectural decisions. This page covers its npm package (mcp-adr-analysis-server).

Is the io.github.tosin2013/mcp-adr-analysis-server server safe to use?

io.github.tosin2013/mcp-adr-analysis-server scores 92 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.tosin2013/mcp-adr-analysis-server server expose?

io.github.tosin2013/mcp-adr-analysis-server exposes 63 tools: analyze_project_ecosystem, get_architectural_context, generate_adrs_from_prd, compare_adr_progress, analyze_content_security, and 58 more. Their descriptions and schemas cost roughly 8,644 tokens of context every time the server is loaded.

Is the io.github.tosin2013/mcp-adr-analysis-server server still maintained?

io.github.tosin2013/mcp-adr-analysis-server is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.tosin2013/mcp-adr-analysis-server server under?

io.github.tosin2013/mcp-adr-analysis-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.