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.aryamthecodebreaker/fixmap

NPM · @ARYAM/FIXMAP · SCANNED SEP 20

Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs.

Available components

+1 this week 91 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
  • 31 of 96 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 aryamthecodebreaker/FixMap). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 37 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability65
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1861 tokens (~265/item across 7 items; 7 tools + 0 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 Management83
  • Stability observed for 25 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 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.aryamthecodebreaker/fixmap MCP server?

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

npm · @aryam/fixmap

# add to Claude Code
claude mcp add aryamthecodebreaker-fixmap -- npx -y @aryam/fixmap
// .cursor/mcp.json
{
  "mcpServers": {
    "aryamthecodebreaker-fixmap": {
      "command": "npx",
      "args": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "aryamthecodebreaker-fixmap": {
      "command": "npx",
      "args": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add aryamthecodebreaker-fixmap -- npx -y @aryam/fixmap
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "aryamthecodebreaker-fixmap": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@aryam/fixmap"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add aryamthecodebreaker-fixmap --command npx --arg -y --arg @aryam/fixmap
# ~/.hermes/config.yaml
mcp_servers:
  aryamthecodebreaker-fixmap:
    command: "npx"
    args: ["-y", "@aryam/fixmap"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "aryamthecodebreaker-fixmap": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}
# add to Vellum
assistant mcp add aryamthecodebreaker-fixmap -t stdio -c npx -a -y @aryam/fixmap
// mcp.json
{
  "mcpServers": {
    "aryamthecodebreaker-fixmap": {
      "command": "npx",
      "args": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}
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
    • Stability: pass → 0.83 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
    • Package version: 0.8.7 → 0.9.0 functional
  • 18 Sept 26 +1

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

  • 16 Sept 26 +1

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

  • 14 Sept 26 +1

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

  • 13 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 12 Sept 26 0
    • Stability: 0.97 → pass security
  • 11 Sept 26 0
    • Stability: pass → 0.97 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 20 Sept 2026 · Analysed npm/@aryam/fixmap@0.9.0

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 aryamthecodebreaker/FixMap
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/aryamthecodebreaker/FixMap/.github/workflows/publish.yml@refs/tags/v0.9.0
Rekor log index 2449393824
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:92711824bb20330ab0a82ae7380a1eaa49432539dd67d26dd5b52b2b3aeb959a01a54d378eaee9f61332911da282573bb365b85f857c007addc61459d

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 7 exposed · ~1,861 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
fixmap_compare ~98

Compare an earlier FixMap JSON report with a current report without rescanning. Returns files that entered, left, moved, changed confidence, or stayed unchanged.

NameTypeReqDescription
currentyesCurrent FixMap JSON report object or path to a local JSON report file
formatstringOutput format: markdown (default) or json, case-insensitive
previousyesEarlier FixMap JSON report object or path to a local JSON report file

No output schema declared.

No examples provided.

fixmap_context ~369

Select task-aware source ranges from FixMap's primary and impact files within a deterministic source-token budget. Use this after Plan and before editing; it does not call a model or execute repository code.

NameTypeReqDescription
basestringBase git ref to diff against when diff is not given
budgetnumberEstimated source-token budget, a whole number from 256 to 200000; default 10000
diffstringGit diff spec, such as main...HEAD
excludearrayPath patterns to leave out of ranking, gitignore-flavored, such as "apps/web" or "docs/**". A .fixmapignore file in the repository is applied as well.
formatstringOutput format: markdown (default) or json, case-insensitive
headstringHead git ref, defaults to HEAD
includeUntrackedbooleanWith workingTree, include untracked files
issuestringIssue text, task description, or public GitHub issue URL. A GitHub issue URL supplies the task and infers repo when repo is omitted.
limitnumberMaximum context files to return, 1 to 20, default 8. Lower it when context budget matters: the useful signal is usually the top one to three.
noCachebooleanBypass the exact-state repository scan cache
refstringBranch or tag to scan when repo is a remote GitHub URL
repostringLocal path or public GitHub HTTPS repository URL, defaults to the server working directory. GitHub URLs support issue-only analysis and are removed after scanning.
workingTreebooleanMap staged and unstaged tracked changes against HEAD

No output schema declared.

No examples provided.

fixmap_doctor ~43

Check the running FixMap installation for stale or shadowed binaries.

NameTypeReqDescription
formatstringOutput format: markdown (default) or json, case-insensitive

No output schema declared.

No examples provided.

fixmap_explain ~327

Answer why one specific file was ranked where it was, or left out of a plan entirely. Use this when a file you expected is missing from fixmap_plan, or when a ranked file looks wrong: it separates the cases that actually differ — ranked, scored below the cutoff, tied but outside the reported limit, deliberately excluded, or never scanned — instead of leaving you to guess. Needs a local checkout, because it re-ranks the repository rather than reading a saved report.

NameTypeReqDescription
basestringBase git ref to diff against when diff is not given
diffstringGit diff spec, such as main...HEAD
excludearrayThe same exclusion patterns used for the plan
formatstringOutput format: markdown (default) or json, case-insensitive
headstringHead git ref, defaults to HEAD
includeUntrackedbooleanWith workingTree, include untracked files
issuestringThe same task signal used for the plan, so the explanation matches that ranking
limitnumberMaximum reported context files, 1 to 20
noCachebooleanBypass the exact-state repository scan cache
pathstringyesRepository-relative path to explain, such as "src/auth/reset-password.ts"
repostringLocal repository path, defaults to the server working directory. Remote URLs are not supported.
workingTreebooleanExplain against staged and unstaged tracked changes, matching a working-tree plan

No output schema declared.

No examples provided.

fixmap_graph ~331

Export FixMap's evidence-backed Impact Graph, including import direction, routed tests, and repeated co-change relationships, as Mermaid or JSON.

NameTypeReqDescription
basestringBase git ref to diff against when diff is not given
diffstringGit diff spec, such as main...HEAD
excludearrayPath patterns to leave out of ranking, gitignore-flavored, such as "apps/web" or "docs/**". A .fixmapignore file in the repository is applied as well.
formatstringOutput format: mermaid (default) or json, case-insensitive
headstringHead git ref, defaults to HEAD
includeUntrackedbooleanWith workingTree, include untracked files
issuestringIssue text, task description, or public GitHub issue URL. A GitHub issue URL supplies the task and infers repo when repo is omitted.
limitnumberMaximum context files to return, 1 to 20, default 8. Lower it when context budget matters: the useful signal is usually the top one to three.
noCachebooleanBypass the exact-state repository scan cache
refstringBranch or tag to scan when repo is a remote GitHub URL
repostringLocal path or public GitHub HTTPS repository URL, defaults to the server working directory. GitHub URLs support issue-only analysis and are removed after scanning.
workingTreebooleanMap staged and unstaged tracked changes against HEAD

No output schema declared.

No examples provided.

fixmap_plan ~452

Map an issue, prompt, or git diff to the repository files worth reading first, the test commands most likely to validate a change, and the areas that deserve review attention. Run this before editing code so the change starts from the right context. Provide at least one of issue, diff, base/head, or workingTree. analysis.nextAction carries the single most useful next step for this report. Read it before acting. Treat the result as a starting map, not proof the task is valid: check the analysis block before editing, and when it reports unresolved or unverified identifiers, vague task grounding, an incomplete scan, or a clustered ranking, widen the search or ask for clarification instead of assuming the top-ranked file is correct.

NameTypeReqDescription
basestringBase git ref to diff against when diff is not given
diffstringGit diff spec, such as main...HEAD
excludearrayPath patterns to leave out of ranking, gitignore-flavored, such as "apps/web" or "docs/**". A .fixmapignore file in the repository is applied as well.
formatstringOutput format: markdown (default), json, or compact agent, case-insensitive
headstringHead git ref, defaults to HEAD
includeUntrackedbooleanWith workingTree, include untracked files
issuestringIssue text, task description, or public GitHub issue URL. A GitHub issue URL supplies the task and infers repo when repo is omitted.
limitnumberMaximum context files to return, 1 to 20, default 8. Lower it when context budget matters: the useful signal is usually the top one to three.
noCachebooleanBypass the exact-state repository scan cache
refstringBranch or tag to scan when repo is a remote GitHub URL
repostringLocal path or public GitHub HTTPS repository URL, defaults to the server working directory. GitHub URLs support issue-only analysis and are removed after scanning.
workingTreebooleanMap staged and unstaged tracked changes against HEAD

No output schema declared.

No examples provided.

fixmap_verify ~241

Compare a FixMap plan with the git diff produced after editing. Flags unplanned files, missing test changes, new risk areas, and generated artifacts. Provide the JSON report returned by fixmap_plan plus diff or base/head, and run against a local checkout.

NameTypeReqDescription
basestringBase git ref when diff is omitted
diffstringGit diff spec, such as main...HEAD
formatstringOutput format: markdown (default) or json, case-insensitive
headstringHead git ref, defaults to HEAD
includeUntrackedbooleanWith workingTree, include untracked files
noCachebooleanBypass the exact-state repository scan cache
repostringLocal repository path, defaults to the server working directory
reportyesThe FixMap report to verify against, either as the JSON object returned by fixmap_plan or as a path to a local JSON report file such as "./fixmap-report.json". Prefer the path when the plan is large.
workingTreebooleanVerify staged and unstaged tracked changes against HEAD

No output schema declared.

No examples provided.

Common questions

What is the io.github.aryamthecodebreaker/fixmap MCP server?

io.github.aryamthecodebreaker/fixmap is an MCP server listed in the public MCP registry as io.github.aryamthecodebreaker/fixmap. Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs. This page covers its npm package (@aryam/fixmap).

Is the io.github.aryamthecodebreaker/fixmap MCP server safe to use?

io.github.aryamthecodebreaker/fixmap scores 91 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.aryamthecodebreaker/fixmap MCP server expose?

io.github.aryamthecodebreaker/fixmap exposes 7 tools: fixmap_plan, fixmap_context, fixmap_graph, fixmap_verify, fixmap_explain, and 2 more. Their descriptions and schemas cost roughly 1,861 tokens of context every time the server is loaded.

Is the io.github.aryamthecodebreaker/fixmap MCP server still maintained?

io.github.aryamthecodebreaker/fixmap 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.aryamthecodebreaker/fixmap MCP server under?

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