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

io.github.pathmodeio/mcp-server

NPM · @PATHMODE/MCP-SERVER · SCANNED AUG 3

Build intent specs via Socratic AI conversation. Connect to your Intent Layer for context.

+18 this week 67 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (105 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability68
  • 63% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Partial
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1759 tokens (~76/item across 23 items; 20 tools + 3 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 95% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @pathmode/mcp-server

# add to Claude Code
claude mcp add pathmodeio-mcp-server -- npx -y @pathmode/mcp-server
# add to Codex CLI
codex mcp add pathmodeio-mcp-server -- npx -y @pathmode/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pathmodeio-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@pathmode/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pathmodeio-mcp-server --command npx --arg -y --arg @pathmode/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  pathmodeio-mcp-server:
    command: "npx"
    args: ["-y", "@pathmode/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "pathmodeio-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@pathmode/mcp-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.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +41
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Tool coverage: 100 → unverified functional
    • Schema quality: 63 → unverified functional
    • Security disclosure: fail → unverified functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → good functional
    • Licence: MIT functional
  • 31 Jul 26 +17
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −43
    • Malware scan: pass → unverified security
    • Schema quality: 63 → unverified functional
    • Tool coverage: 100 → unverified functional
  • 27 Jul 26 49

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@pathmode/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 105 packages

105 packages in the resolved dependency tree · 105 deprecated · 37 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 20 exposed · ~1,739 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.

Tool Tokens
analyze_intent_graph ~65

Analyze the intent dependency graph for risks and strategic insights. Returns critical path, cycles, bottlenecks, orphans, status mismatches, and stalled intents.

NameTypeReqDescription
analysisstringType of analysis: full (default), critical-path, risks, or status distribution

No output schema declared.

No examples provided.

create_evidence ~190

Create a new evidence item (e.g., a discovered bug, user feedback quote, behavioral observation, or feature request). Evidence can later be linked to intents to support prioritization.

NameTypeReqDescription
contentstringyesThe evidence content — a finding, quote, or observation
productIdstringyesProduct (Space) ID this evidence belongs to
sentimentstringEmotional sentiment
severitystringSeverity level (required for friction type)
sourcestringWhere this evidence came from (e.g., "User interview", "Bug report", "Support ticket")
sourceUrlstringURL to the original source
stagestringWorkflow stage (e.g., "Discovery", "Checkout")
tagsarrayCategory tags (e.g., ["Onboarding", "Performance"])
typestringyesType of evidence

No output schema declared.

No examples provided.

create_intent ~190

Create a new intent spec in the workspace. Requires at minimum a title, objective, and productId. Returns the created intent with its ID. Use list_intents first to see existing intents and avoid duplicates.

NameTypeReqDescription
constraintsarrayHard limits the implementation must respect
edgeCasesarrayFailure modes and boundary conditions
healthMetricsarrayWhat to monitor after shipping
objectivestringyesWhy this matters — the problem and who has it
outcomesarrayObservable, testable state changes
problemSeveritystringHow severe the problem is
productIdstringyesProduct (Space) ID this intent belongs to. Use get_workspace to find product IDs.
titlestringyesShort name for the intent (e.g., "Improve onboarding flow")
verificationobjectHow to confirm it works

No output schema declared.

No examples provided.

export_context ~193

Export workspace context as a formatted file. Use "claude-md" for CLAUDE.md (full workspace context), "cursorrules" for Cursor AI rules, "intent-md" for a single intent specification file, or "outcome-rubric" for a Claude Managed Agents Outcomes rubric (writer description + evidence-forcing grader rubric) derived from the resolved intent, its implementation context, and the workspace constitution. For cursorrules/intent-md/outcome-rubric, product context is always derived from the resolved intent. For claude-md, pass productId to select a specific product, otherwise the first active product is used.

NameTypeReqDescription
formatstringyesExport format
intentIdstringIntent ID (optional, for cursorrules and intent-md)
productIdstringProduct ID (optional, only used for claude-md format to select a specific product)

No output schema declared.

No examples provided.

get_agent_prompt ~72

Get a formatted execution prompt for a specific intent. This is the full structured prompt including objective, outcomes, constraints, edge cases, and verification steps.

NameTypeReqDescription
intentIdstringyesThe intent ID to generate a prompt for
modestringdraft = critique the spec, execute = implement it

No output schema declared.

No examples provided.

get_constitution ~26

Get the workspace constitution rules. These are mandatory constraints that all implementations must respect.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_current_intent ~67

Get the currently active intent, preferring approved intents with real objective/outcome content over empty stubs. Returns the full IntentSpec with objective, outcomes, constraints, and edge cases.

NameTypeReqDescription
statusstringFilter by status: draft, validated, approved, shipped, verified

No output schema declared.

No examples provided.

get_intent ~44

Get a single intent by ID with full details including objective, outcomes, constraints, edge cases, and relations.

NameTypeReqDescription
intentIdstringyesThe intent ID to fetch

No output schema declared.

No examples provided.

get_intent_relations ~46

Get the dependency graph for a specific intent. Shows what it depends on, enables, or blocks.

NameTypeReqDescription
intentIdstringyesThe intent ID to get relations for

No output schema declared.

No examples provided.

get_workspace ~31

Get workspace details including strategy (vision, non-negotiables, architecture principles), active products, and constitution rules.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

intent_export ~77

Export an intent spec as .cursorrules, a CLAUDE.md section, or a Claude Managed Agents Outcomes rubric for AI agent consumption.

NameTypeReqDescription
formatstringyesExport format
pathstringOutput file path. Defaults to .cursorrules or CLAUDE.md
specobjectyes

No output schema declared.

No examples provided.

intent_save ~52

Save an intent spec to intent.md in the project root. Called after building a spec through conversation.

NameTypeReqDescription
pathstringFile path relative to cwd. Defaults to intent.md
specobjectyes

No output schema declared.

No examples provided.

link_evidence ~76

Link or unlink evidence items to/from an intent. Linking evidence to intents establishes traceability between user problems and planned solutions.

NameTypeReqDescription
intentIdstringyesThe intent ID to link evidence to
linkarrayEvidence IDs to link to this intent
unlinkarrayEvidence IDs to unlink from this intent

No output schema declared.

No examples provided.

list_intents ~51

List all intents in the workspace. Returns an array of IntentSpecs with their status, objectives, and metadata.

NameTypeReqDescription
statusstringFilter by status: draft, validated, approved, shipped, verified

No output schema declared.

No examples provided.

log_implementation_note ~61

Record a technical decision or implementation note for an intent. Use this to document why you chose a specific approach.

NameTypeReqDescription
intentIdstringyesThe intent ID to attach the note to
notestringyesThe implementation note or technical decision

No output schema declared.

No examples provided.

query_evidence ~128

Search evidence items (friction points, user quotes, observations, metrics, feature requests) by product, type, severity, or text. Returns matching evidence with IDs that can be linked to intents.

NameTypeReqDescription
limitnumberMax results (default 50, max 200)
productIdstringFilter by product (Space) ID
searchstringText search across evidence content
severitystringFilter by severity
tagsstringComma-separated tags to filter by
typestringFilter by evidence type

No output schema declared.

No examples provided.

search_intents ~57

Search intents by keyword. Searches across user goals, objectives, outcomes, and constraints.

NameTypeReqDescription
querystringyesSearch keyword or phrase
statusstringFilter by status: draft, validated, approved, shipped, verified

No output schema declared.

No examples provided.

update_intent ~132

Update an existing intent's content. Provide only the fields you want to change. Does NOT change intent status (use update_intent_status for that).

NameTypeReqDescription
constraintsarrayReplace all constraints
edgeCasesarrayReplace all edge cases
healthMetricsarrayReplace all health metrics
intentIdstringyesThe intent ID to update
objectivestringUpdated objective
outcomesarrayReplace all outcomes
problemSeveritystring
titlestringNew title
verificationobjectReplace verification plan

No output schema declared.

No examples provided.

update_intent_status ~82

Update the status of an intent. Use this to mark an intent as shipped after implementation, or verified after testing. For shipped/verified transitions, the response includes a verification checklist of outcomes, constitution rules, and health metrics that should be confirmed.

NameTypeReqDescription
intentIdstringyesThe intent ID to update
statusstringyesThe new status

No output schema declared.

No examples provided.

verify_implementation ~99

AI-grade your implementation against the intent spec. Checks each outcome, constraint, constitution rule, and edge case. Returns pass/fail per item with reasoning and an overall score. Also logs the result as an implementation note.

NameTypeReqDescription
codeChangesstringSummary of code changes (file list, key modifications)
intentIdstringyesThe intent ID to verify against
summarystringyesDescription of what was implemented and how

No output schema declared.

No examples provided.