context-retrieval-protocol

context-retrieval-protocol is a skill for Claude Code, Codex from alex-feel/mcp-context-server. It costs 53 tokens per session (6,630 once invoked), scanned A, original, no licence file.

A set of patterns for retrieving earlier session context through a context server that supports standard tool connections.

In plain words
What is it for?
Use it to browse or search previous context with full-text, semantic, or combined retrieval.
Why use it?
It helps find relevant past information without relying on memory of the whole session.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/alex-feel/mcp-context-server/context-retrieval-protocol
Any agent
npx skills add alex-feel/mcp-context-server --skill context-retrieval-protocol
Clone the repo
git clone --depth 1 https://github.com/alex-feel/mcp-context-server

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for context-retrieval-protocol

README.md
[![agentmods](https://agentmods.dev/badge/skills/alex-feel/mcp-context-server/context-retrieval-protocol.svg)](https://agentmods.dev/skills/alex-feel/mcp-context-server/context-retrieval-protocol)
Your own site
<a href="https://agentmods.dev/skills/alex-feel/mcp-context-server/context-retrieval-protocol"><img src="https://agentmods.dev/badge/skills/alex-feel/mcp-context-server/context-retrieval-protocol.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,630 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.06630
Opus 5 $0.00026 $0.03315
Sonnet 5 $0.00011 $0.01326
Haiku 4.5 $0.00005 $0.00663

Measured 6d ago against content hash e9e1a88cc544, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

context-retrieval-protocol scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

agents/common/skills/context-retrieval-protocol/SKILL.md · 460 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 460 lines · 53 tokens per session scan A e9e1a88cc544

Subscribe to this mod's changes

context-retrieval-protocol is a skill published in the GitHub repository alex-feel/mcp-context-server (9 stars, last pushed 12d ago), with no licence file. It adds 53 tokens to every session and 6,630 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

cortex-memory

Continuous memory protocol for AI assistants connected to Cortex (skynetlab-cortex.com). Activate in EVERY session where the Cortex connector is available. Two obligations: (1) consult Cortex before answering anything about the user's work, projects, decisions or preferences — always; (2) autonomously save durable…

FilippoPilo/cortex-connector · 103 tokens

dig

Explore, analyze, plan, or spec features for the Apify MCP server. Adapts to what the user asks — from quick code exploration to full GitHub issue specs. Use when the user asks to explore code, understand behavior, plan a change, design a feature, or create an issue spec.

apify/apify-mcp-server · 64 tokens

last30Days

Resolve "last30Days" to a concrete ISO date range relative to your run time — a rolling 30-day window ending today. Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a "last 30 days" / trailing-month task…

chaitanyagiri/munder-difflin · 83 tokens

thisWeek

Resolve "thisWeek" to a concrete ISO date range relative to your run time — this week so far (Monday → today). Returns inclusive civil dates plus exact UTC instants so you have temporal context without computing dates by hand. Read-only: no writes, no network. Use before a week-to-date task (this week's activity…

chaitanyagiri/munder-difflin · 77 tokens

session-summaries

What the chat right-panel session summary shows, what it costs, and how to make a session summarize well. Load when the user asks about the session summary panel, why a summary looks wrong or empty, or how to turn it on.

kirodotdev/KiroCrew · 53 tokens

relevance-coarse-filter

Cheap, high-recall first-pass filter that removes obvious junk from a detector candidate pool before expensive story-origin research and PR judgment. Decides keep, monitoronly, or reject — never ranks, writes angles, verifies dates, or decides whether to pitch.

elvisun/newsjack · 57 tokens