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.

Project Context

NPM · @SANDOVALRR/PROJECT-CONTEXT-MCP · SCANNED AUG 3

Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.

−9 this week 81 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 Security100
  • 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
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to sandovalrr/project-context). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 11 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability70
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1160 tokens (~105/item across 11 items; 11 tools + 0 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 Coverage90
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 63% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
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 · @sandovalrr/project-context-mcp

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

    No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.

  • 2 Aug 26 +18
    • Malware scan: unverified → pass security
    • Stability: unverified → 0.20 functional
  • 31 Jul 26 −10
    • 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 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 +31
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: good functional
    • First check of Tool coverage: 100 functional
    • First check of Tool coverage: 63 functional
  • 26 Jul 26 59

    First indexed and scored.

    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
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/@sandovalrr/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

Source repo:
sandovalrr/project-context
Certificate issuer:
https://token.actions.githubusercontent.com
Certificate SAN:
https://github.com/sandovalrr/project-context/.github/workflows/publish-release.yml@refs/tags/v0.4.0
Rekor log index:
2219810644
Predicate type:
https://slsa.dev/provenance/v1
Subject digest:
sha512:20221d5e0fbefa63927a663e8d46326b8c9ca810b37c55414f0eb8a95fc9d0ff7d30c5c6a4803d9f4ffe78617b324e435b419e8987716d1390451e24c
Discovery method:
attestation_endpoint
Dependencies 0 packages

0 packages in the resolved dependency tree.

MCP tools — 11 exposed · ~1,004 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
apply_issue_change ~55

Apply a previously previewed external issue change after revalidating repository, config, identity, and issue version.

NameTypeReqDescription
cwdstringGit working directory; defaults to the server process cwd
tokenstringyes
NameTypeReqDescription
errorobject
resultobject

No examples provided.

get_issue ~82

Get one issue using deterministic URL, qualified-reference, or identifier routing.

NameTypeReqDescription
cwdstringGit working directory; defaults to the server process cwd
include_relationsbooleanInclude target-validated parent, subissue, blocking, related, and duplicate relations
providerstringExplicit configured provider alias
referencestringyes
NameTypeReqDescription
errorobject
resultobject

No examples provided.

get_issue_capabilities ~79

Get supported issue fields, exact reusable options, configured canonical statuses, defaults, and named creation presets for the configured target.

NameTypeReqDescription
allbooleanGet capabilities from all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
providerstringExplicit configured provider alias
NameTypeReqDescription
errorobject
resultarray

No examples provided.

list_issue_comments ~81

List target-scoped issue comments newest first. This returns comments only, not field history or a full activity timeline, and rejects GitHub pull requests.

NameTypeReqDescription
cwdstringGit working directory; defaults to the server process cwd
limitinteger
providerstringExplicit configured provider alias
referencestringyes
NameTypeReqDescription
errorobject
resultobject

No examples provided.

list_issues ~140

List issues ordered by most recently updated, optionally filtered by canonical status or target-scoped parent in the default, selected, or all configured providers.

NameTypeReqDescription
allbooleanList from all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
include_archivedbooleanInclude archived issues when the configured provider supports it
limitinteger
parentstringList direct subissues of this target-scoped parent issue
providerstringExplicit configured provider alias
statusesarrayUnique canonical statuses; omission lists all statuses
NameTypeReqDescription
errorobject
resultarray

No examples provided.

list_users ~85

List active users assignable to issues in the configured target. Pass a returned assignee value unchanged when preparing a create or update.

NameTypeReqDescription
allbooleanList from all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
limitinteger
providerstringExplicit configured provider alias
NameTypeReqDescription
errorobject
resultarray

No examples provided.

prepare_issue_change ~153

Resolve, validate, and preview an issue write. Returns a token valid for ten minutes; does not change the external provider.

NameTypeReqDescription
bodystring
comment_idstringEdit this existing comment after verifying it belongs to the target issue
cwdstringGit working directory; defaults to the server process cwd
fieldsobject
identifierstring
operationstringyes
parent_comment_idstringReply to this comment after verifying it belongs to the target issue
presetstring
providerstringExplicit configured provider alias
statusstring
target_urlstring
NameTypeReqDescription
errorobject
resultobject

No examples provided.

resolve_project_context ~37

Resolve the configured issue providers for the current Git repository.

NameTypeReqDescription
cwdstringGit working directory; defaults to the server process cwd
NameTypeReqDescription
errorobject
resultobject

No examples provided.

search_issue_options ~101

Search target-scoped labels, priorities, issue types, cycles, or milestones. Pass returned option values unchanged and treat truncated results as incomplete.

NameTypeReqDescription
allbooleanSearch all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
fieldstringyes
limitinteger
providerstringExplicit configured provider alias
querystringyes
NameTypeReqDescription
errorobject
resultarray

No examples provided.

search_issues ~92

Search issue titles and descriptions in the default or explicitly selected configured provider.

NameTypeReqDescription
allbooleanSearch all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
limitinteger
providerstringExplicit configured provider alias
querystringyesTitle/description text only; not a status or structured filter
NameTypeReqDescription
errorobject
resultarray

No examples provided.

search_users ~99

Search active users assignable to issues by name, username, or email where the configured provider exposes those fields. Return every match and ask the user to choose when ambiguous.

NameTypeReqDescription
allbooleanSearch all configured providers only when explicitly true
cwdstringGit working directory; defaults to the server process cwd
limitinteger
providerstringExplicit configured provider alias
querystringyes
NameTypeReqDescription
errorobject
resultarray

No examples provided.