# mcp-context-card (npm · mcp-context-card)

MCP server for a project's context (AGENTS.md), memory, and identity — base or drop-in extension.

- Trust score: 78/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `mcp-context-card`: 78/100 (this document), [markdown](https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card.md), [page](https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card)

## Channel facts

- Registry: `npm`
- Package: `mcp-context-card`
- Version: `1.1.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 98 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 48/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 12 days ago).
  - Publishes a security disclosure policy (SECURITY.md).
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 661 tokens (~66/item across 10 items; 9 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "forget" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the mcp-context-card server?

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

### Claude

```bash
claude mcp add wolfe-jam-mcp-context-card -- npx -y mcp-context-card
```

### Cursor

```json
{
  "mcpServers": {
    "wolfe-jam-mcp-context-card": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-context-card"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "wolfe-jam-mcp-context-card": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-context-card"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add wolfe-jam-mcp-context-card -- npx -y mcp-context-card
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wolfe-jam-mcp-context-card": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-context-card"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wolfe-jam-mcp-context-card --command npx --arg -y --arg mcp-context-card
```

### Hermes

```yaml
mcp_servers:
  wolfe-jam-mcp-context-card:
    command: "npx"
    args: ["-y", "mcp-context-card"]
```

### Netclaw

```json
{
  "McpServers": {
    "wolfe-jam-mcp-context-card": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "mcp-context-card"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add wolfe-jam-mcp-context-card -t stdio -c npx -a -y mcp-context-card
```

### Other

```json
{
  "mcpServers": {
    "wolfe-jam-mcp-context-card": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-context-card"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 78, +1)

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

### 2026-09-18 (score 77, +1)

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

### 2026-09-16 (score 76, +1)

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

### 2026-09-13 (score 75, +1)

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

### 2026-09-11 (score 74, +1)

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

### 2026-09-09 (score 73, +16)

- [security improvement] Malware scan: unverified → pass

### 2026-09-08 (score 57, −14)

- [security regression] Malware scan: pass → unverified
- [functional improvement] Stability: unverified → 0.10
- [functional] Package version: 1.0.0 → 1.1.0
- [functional] Package version: 1.0.0 → 1.0.1

### 2026-09-05 (score 71)

First indexed and scored.

## MCP tools (9)

### `read_agents_md` (~70 tokens)

Return this project's AGENTS.md — the whole file, or one section by heading. The instructions a client would otherwise have to know to look for and read wholesale.

Input parameters:

- `section` (string): A heading to return just that section (case-insensitive, prefix match). Omit for the whole file.

### `author_agents_md` (~83 tokens)

Author an AGENTS.md for this project and return the draft — BETTER from repo facts alone (via agents-md-facts: real build/test commands, entry points, toolchain conventions, nothing invented), or BEST when a project.faf exists (facts plus its structured goal/who/why as a second managed block ahead of them). Does not write a file.

### `list_agents_md_sections` (~36 tokens)

List the headings in this project's AGENTS.md, so a client can pull one section instead of spending context on the whole file.

### `remember` (~149 tokens)

Persist a fact past the session boundary — written to a .fafm file, not held in memory. Reusing an existing id replaces that fact's text in place (no duplicate); a new id appends. Facts are written verification_status: unverified.

Input parameters:

- `id` (string, required): A stable key you choose for this fact — pass the same id later to recall or forget it. Exact match, case-sensitive, any string; keep it short and meaningful (e.g. "deploy-target", "db-url"). Reusing…
- `text` (string, required): The fact itself, as plain prose. Stored verbatim and returned as-is by recall.

### `recall` (~60 tokens)

Retrieve a fact stored in a previous session by id. Exact lookup — not fuzzy or substring.

Input parameters:

- `id` (string, required): The exact id a previous remember call used. Returns the stored text, or a "no memory for <id>" message if nothing matches.

### `forget` (~53 tokens)

Remove a fact by id — to correct or drop something stale. A missing id is reported, not an error.

Input parameters:

- `id` (string, required): The exact id of the fact to remove. Reports whether a fact was actually removed.

### `whoami` (~31 tokens)

This server's own identity — name, vendor, version, status, license — from its .fafa card.

### `list_context_sources` (~41 tokens)

What context does this project publish (AGENTS.md, memory, identity), in what media types, and through which discovery surface. For a client connecting cold.

### `render_context_card` (~122 tokens)

Render the whole card — identity, AGENTS.md, memory, discovery — as one self-contained HTML page a person can read or screenshot. AGENTS.md sections collapse by default; pass expanded:true for the full render. Also served at GET /card (?expand=all) over the HTTP transport.

Input parameters:

- `accent` (string): CSS hex colour, e.g. #FF702D (default: the AAIF palette)
- `expanded` (boolean): render every AGENTS.md section open (default: collapsed)
- `theme` (string): default: auto

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card#diagnostics

## Score history

- 2026-09-20: 78
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 75
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 57
- 2026-09-07: 71
- 2026-09-06: 71
- 2026-09-05: 71

## Common questions

### What is the mcp-context-card server?

mcp-context-card is listed in the public MCP registry as io.github.Wolfe-Jam/mcp-context-card. MCP server for a project's context (AGENTS.md), memory, and identity, base or drop-in extension. This page covers its npm package (mcp-context-card).

### Is the mcp-context-card server safe to use?

mcp-context-card scores 78 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. 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 mcp-context-card server expose?

mcp-context-card exposes 9 tools: read_agents_md, author_agents_md, list_agents_md_sections, remember, recall, and 4 more. Their descriptions and schemas cost roughly 645 tokens of context every time the server is loaded.

### Is the mcp-context-card server still maintained?

mcp-context-card 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 mcp-context-card server under?

mcp-context-card declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/mcp-context-card
- Socket report: https://socket.dev/npm/package/mcp-context-card
- Repository: https://github.com/Wolfe-Jam/mcp-context-card
- Changelog RSS feed: https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card.xml
- Changelog JSON feed: https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card.json
- HTML version of this page: https://verifymcp.io/servers/wolfe-jam-mcp-context-card/mcp-context-card
