Project Context
NPM · @SANDOVALRR/PROJECT-CONTEXT-MCP · SCANNED AUG 3
Safely manage repository-scoped issues across Linear, GitHub Issues, and Jira Cloud.
Available components
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
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
claude mcp add sandovalrr-project-context -- npx -y @sandovalrr/project-context-mcp
codex mcp add sandovalrr-project-context -- npx -y @sandovalrr/project-context-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"sandovalrr-project-context": {
"type": "local",
"command": [
"npx",
"-y",
"@sandovalrr/project-context-mcp"
],
"enabled": true
}
}
} openclaw mcp add sandovalrr-project-context --command npx --arg -y --arg @sandovalrr/project-context-mcp
mcp_servers:
sandovalrr-project-context:
command: "npx"
args: ["-y", "@sandovalrr/project-context-mcp"] {
"mcpServers": {
"sandovalrr-project-context": {
"command": "npx",
"args": [
"-y",
"@sandovalrr/project-context-mcp"
]
}
}
} 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
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.
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.
apply_issue_change Apply previewed issue change ~55
Apply a previously previewed external issue change after revalidating repository, config, identity, and issue version.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Git working directory; defaults to the server process cwd |
| token | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | object | — | — |
No examples provided.
get_issue Get issue ~82
Get one issue using deterministic URL, qualified-reference, or identifier routing.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Git working directory; defaults to the server process cwd |
| include_relations | boolean | — | Include target-validated parent, subissue, blocking, related, and duplicate relations |
| provider | string | — | Explicit configured provider alias |
| reference | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | object | — | — |
No examples provided.
get_issue_capabilities Get issue capabilities ~79
Get supported issue fields, exact reusable options, configured canonical statuses, defaults, and named creation presets for the configured target.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Get capabilities from all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| provider | string | — | Explicit configured provider alias |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.
list_issue_comments 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Git working directory; defaults to the server process cwd |
| limit | integer | — | — |
| provider | string | — | Explicit configured provider alias |
| reference | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | object | — | — |
No examples provided.
list_issues 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.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | List from all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| include_archived | boolean | — | Include archived issues when the configured provider supports it |
| limit | integer | — | — |
| parent | string | — | List direct subissues of this target-scoped parent issue |
| provider | string | — | Explicit configured provider alias |
| statuses | array | — | Unique canonical statuses; omission lists all statuses |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.
list_users List assignable users ~85
List active users assignable to issues in the configured target. Pass a returned assignee value unchanged when preparing a create or update.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | List from all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| limit | integer | — | — |
| provider | string | — | Explicit configured provider alias |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.
prepare_issue_change Preview issue change ~153
Resolve, validate, and preview an issue write. Returns a token valid for ten minutes; does not change the external provider.
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | — |
| comment_id | string | — | Edit this existing comment after verifying it belongs to the target issue |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| fields | object | — | — |
| identifier | string | — | — |
| operation | string | yes | — |
| parent_comment_id | string | — | Reply to this comment after verifying it belongs to the target issue |
| preset | string | — | — |
| provider | string | — | Explicit configured provider alias |
| status | string | — | — |
| target_url | string | — | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | object | — | — |
No examples provided.
resolve_project_context Resolve project issue context ~37
Resolve the configured issue providers for the current Git repository.
| Name | Type | Req | Description |
|---|---|---|---|
| cwd | string | — | Git working directory; defaults to the server process cwd |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | object | — | — |
No examples provided.
search_issue_options 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.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Search all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| field | string | yes | — |
| limit | integer | — | — |
| provider | string | — | Explicit configured provider alias |
| query | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.
search_issues Search issues ~92
Search issue titles and descriptions in the default or explicitly selected configured provider.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Search all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| limit | integer | — | — |
| provider | string | — | Explicit configured provider alias |
| query | string | yes | Title/description text only; not a status or structured filter |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.
search_users Search assignable 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.
| Name | Type | Req | Description |
|---|---|---|---|
| all | boolean | — | Search all configured providers only when explicitly true |
| cwd | string | — | Git working directory; defaults to the server process cwd |
| limit | integer | — | — |
| provider | string | — | Explicit configured provider alias |
| query | string | yes | — |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | — | — |
| result | array | — | — |
No examples provided.