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.jarmstrong158/context-keeper

PYPI · CONTEXT-KEEPER-MCP · SCANNED SEP 20

Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions.

Available components

0 this week 79 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 Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency32
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: no license is declared. See how to fix → Fail
  • Actively maintained (last published 45 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability76
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1839 tokens (~131/item across 14 items; 14 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 Management80
  • Stability observed for 24 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
  • 99% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 14 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.jarmstrong158/context-keeper MCP server?

io.github.jarmstrong158/context-keeper runs locally as a PyPI package, launched with uvx context-keeper-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · context-keeper-mcp

# add to Claude Code
claude mcp add jarmstrong158-context-keeper -- uvx context-keeper-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "jarmstrong158-context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "jarmstrong158-context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add jarmstrong158-context-keeper -- uvx context-keeper-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "jarmstrong158-context-keeper": {
      "type": "local",
      "command": [
        "uvx",
        "context-keeper-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add jarmstrong158-context-keeper --command uvx --arg context-keeper-mcp
# ~/.hermes/config.yaml
mcp_servers:
  jarmstrong158-context-keeper:
    command: "uvx"
    args: ["context-keeper-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "jarmstrong158-context-keeper": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "context-keeper-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add jarmstrong158-context-keeper -t stdio -c uvx -a context-keeper-mcp
// mcp.json
{
  "mcpServers": {
    "jarmstrong158-context-keeper": {
      "command": "uvx",
      "args": [
        "context-keeper-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.

  • 20 Sept 26 −3
    • Security disclosure: fail → unverified functional
    • Stability: pass → 0.80 functional
  • 19 Sept 26 0
    • Stability: 0.97 → pass security
  • 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 +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.

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 pypi/context-keeper-mcp@0.19.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 0 packages
Packages resolved 0
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 14 exposed · ~1,839 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
deprecate_entry ~135

Mark an entry as deprecated. For decisions, optionally link to the superseding decision.

NameTypeReqDescription
idstringyesEntry ID to deprecate
merge_intostringDedup merge: fold this entry's unique content into this same-type target, then deprecate this one with superseded_by=target. Non-destructive — the target is only added to.
project_dirstringAbsolute path to another project whose entry should be deprecated
reasonstringyesWhy this is being deprecated
superseded_bystringID of the replacing decision (decisions only)

No output schema declared.

No examples provided.

export_markdown ~67

Regenerate DECISIONS.md from the decisions store — a derived, read-only projection; overwrites the file whole.

NameTypeReqDescription
pathstringOutput path relative to project root. Default: config markdown_export.path.
project_dirstringAbsolute path to the target project.

No output schema declared.

No examples provided.

export_snapshot ~86

Write the whole store to a compressed, committable snapshot at .context-keeper/memory.json.gz (next to the project) and add a .gitattributes merge=ours guard. For sharing project memory with a team via git. Committing it is opt-in. Non-destructive to the working store.

NameTypeReqDescription
project_dirstringAbsolute path to the target project.

No output schema declared.

No examples provided.

get_compaction_report ~46

Check if the last compaction lost or modified any context entries. Surface discrepancies to the user before proceeding.

NameTypeReqDescription
project_dirstringAbsolute path to another project to check

No output schema declared.

No examples provided.

get_context ~203

Retrieve relevant project context ranked by relevance within a token budget. Pass an id to fetch a single entry at full fidelity.

NameTypeReqDescription
beforestringEntries verified/created strictly before this ISO date.
idstringFetch a single entry by ID (e.g. 'dec-001')
include_relatedbooleanAlso pull entries linked via related_to (depth 1). Default: true.
project_dirstringAbsolute path to another project to read context from
querystringFree-text description of what you're working on
scopestringFile or module path to focus on
sincestringEntries verified/created on or after this ISO date.
tagsarrayFilter to entries with any of these tags
token_budgetintegerMax tokens to return (default: from config)
typesarrayLimit to specific entry types. Default: all.

No output schema declared.

No examples provided.

get_project_summary ~82

The single orienting call for conversation start: counts by kind and status, active constraints (compact), recent decisions, the full id list, and the human-readable summary — all in one response.

NameTypeReqDescription
project_dirstringAbsolute path to another project to summarize
token_budgetintegerMax tokens for the summary (default: 2000)

No output schema declared.

No examples provided.

import_snapshot ~64

Import the committed .context-keeper/memory.json.gz snapshot into the working store. Non-destructive: a store that already has entries is left untouched. Runs automatically on first use when the store is empty.

NameTypeReqDescription
project_dirstringAbsolute path to the target project.

No output schema declared.

No examples provided.

mirror ~79

Sync entries with the remote store. op='pull' merges remote entries into local (newest wins); op='backfill' pushes all local entries to remote (upsert). No-op if remote unconfigured.

NameTypeReqDescription
opstringyespull = remote→local merge; backfill = local→remote push.
project_dirstring

No output schema declared.

No examples provided.

prune_stale ~69

Find entries not verified in N days. Returns them for review — does not delete. Call periodically to keep context fresh.

NameTypeReqDescription
daysintegerEntries not verified in this many days are flagged (default: from config)
project_dirstringAbsolute path to another project to prune

No output schema declared.

No examples provided.

query_entries ~354

Structured field filter — exact AND-combined predicates, NOT relevance search. Use when you know the field values (e.g. absolute constraints scoped to 'hooks/'). Stable ID order, no ranking; empty is a real answer. Includes superseded/deprecated unless you filter status.

NameTypeReqDescription
beforestringVerified/created strictly before this ISO date.
hardnessstring|arrayConstraint hardness absolute/advisory (string or list).
kindstring|arraySingular alias for `types`. `types` wins if both given.
limitintegerCap entries returned (matched_entries reports the total).
originstring|arrayuser/agent/import (string or list). Missing counts as 'agent'.
project_dirstringAbsolute path to another project to query.
scopestringExact, case-sensitive match on a constraint's scope (e.g. 'hooks/').
sincestringVerified/created on or after this ISO date.
statusstring|arrayactive/superseded/deprecated (string or list).
superseded_bystringEntries replaced by this id (superseded_by == id).
supersedesstringThe entry that superseded this id.
tags_allarrayEntries with ALL of these tags.
tags_anyarrayEntries with AT LEAST ONE of these tags.
textstringFree text over text fields; every term must appear (AND, substring).
token_budgetintegerMax tokens returned (default from config).
typesarrayRestrict to these entry types. Default: all.

No output schema declared.

No examples provided.

record_entry ~438

Unified write tool: record a decision, constraint, or pipeline. Required fields by kind (validated server-side): decision needs summary/problem/why_chosen; constraint needs rule/reason; pipeline needs name/purpose/steps.

NameTypeReqDescription
alternativesarraydecision: options considered and why rejected.
constraintsarraypipeline: rules that apply.
constraints_createdarraydecision: new constraints this introduces.
enforced_bystringconstraint: test/command that checks it (named, never run).
hardnessstringconstraint: absolute vs advisory.
kindstringyesWhich kind of entry to record.
namestringpipeline: name.
originstringwho authored this (default agent).
problemstringdecision: what forced it. Min 40 chars.
project_dirstringAbsolute path to the target project. Creates .context/ if needed.
purposestringpipeline: why it exists. Min 40 chars.
reasonstringconstraint: why it exists. Min 40 chars.
related_toarrayids of related entries; get_context traverses these.
retrieval_hintsarray2-4 alternate phrasings for retrieval.
rulestringconstraint: the rule, imperative.
scopestringconstraint: 'global' or a file/module path.
stepsarraypipeline: ordered steps.
summarystringdecision: what was decided (1-2 sentences).
supersedesarraydecision: ids of prior decisions this replaces.
tagsarraytags for retrieval.
tradeoffsstringdecision: what was given up. Encouraged.
triggering_incidentstringconstraint: the incident behind it.
what_we_triedstringdecision: prior attempts. Encouraged.
when_to_invokestringpipeline: triggers. Encouraged.
why_chosenstringdecision: the reasoning. Min 60 chars.

No output schema declared.

No examples provided.

reload_constraints ~53

Re-surface the project's constraints only (not the full store) when a long session has buried the ones injected at start. Same block as session start.

NameTypeReqDescription
project_dirstringAbsolute path to the target project.

No output schema declared.

No examples provided.

update_entry ~90

Update an existing decision, pipeline, or constraint by ID. Refreshes verified_at timestamp automatically.

NameTypeReqDescription
idstringyesEntry ID (e.g. 'dec-001', 'pipe-003', 'con-012')
project_dirstringAbsolute path to another project whose entry should be updated
updatesobjectyesFields to update. Any field except id and created_at.

No output schema declared.

No examples provided.

verify_quality ~73

Scan entries for quality issues (legacy schema, thin reasoning, missing tags, isolated entries) and return them for enrichment via update_entry.

NameTypeReqDescription
min_reason_charsintegerBelow this length, flag the entry as thin (default: 80)
project_dirstringAbsolute path to another project to verify

No output schema declared.

No examples provided.

Common questions

What is the io.github.jarmstrong158/context-keeper MCP server?

io.github.jarmstrong158/context-keeper is an MCP server listed in the public MCP registry as io.github.jarmstrong158/context-keeper. Durable project-memory MCP: decisions, constraints, and pipelines across Claude sessions. This page covers its PyPI package (context-keeper-mcp).

Is the io.github.jarmstrong158/context-keeper MCP server safe to use?

io.github.jarmstrong158/context-keeper scores 79 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. 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.jarmstrong158/context-keeper MCP server expose?

io.github.jarmstrong158/context-keeper exposes 14 tools: record_entry, get_context, query_entries, get_project_summary, update_entry, and 9 more. Their descriptions and schemas cost roughly 1,839 tokens of context every time the server is loaded.

Is the io.github.jarmstrong158/context-keeper MCP server still maintained?

io.github.jarmstrong158/context-keeper 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.