# mcp-context-card

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

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 1.1.0
- **Author:** io.github.Wolfe-Jam
- **License:** MIT
- **npm:** mcp-context-card
- **Source:** https://github.com/Wolfe-Jam/mcp-context-card
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 17 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-05T18:15:31.705Z
- **Version scanned:** 0.6.2
- **CVEs:** none found by OSV at scan time

## Tools

9 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `read_agents_md` — 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 wholesa
- `author_agents_md` — 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
- `list_agents_md_sections` — 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` — 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)
- `recall` — Retrieve a fact stored in a previous session by id. Exact lookup — not fuzzy or substring.
- `forget` — Remove a fact by id — to correct or drop something stale. A missing id is reported, not an error.
- `whoami` — This server's own identity — name, vendor, version, status, license — from its .fafa card.
- `list_context_sources` — 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` — Render the whole card — identity, AGENTS.md, memory, discovery — as one self-contained HTML page a person can read or screenshot. Also served at GET /card over 

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"mcp-context-card\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"mcp-context-card\"\n      ]\n    }\n  }\n}"
```

## Blast radius

Contained to moderate — no credential declaration found, from the publisher, the upstream registry, or the README. Known so far: runs on your machine; read-only tool surface.
- Floor 13, ceiling 31 (tier: unknown)
- `unknown` means the floor and ceiling land in different bands — not measured enough to name one. It does not mean low.
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/mcp-context-card
- Install plan: https://forgeregistry.com/api/v1/packages/mcp-context-card/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/mcp-context-card
- HTML page: https://forgeregistry.com/registry/mcp-context-card
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
