Context Gateway
Accept candidate context from MCP tools, local files, app code, or future adapters.
A context gateway for agents and apps: raw retrieval results become freshness-ranked, explained, decision-ready context.
Product spine
FreshContext sits between retrieval and reasoning. It does not replace the model; it decides what retrieved context should be trusted, cited, refreshed, verified, backgrounded, or ignored before the model sees it.
Accept candidate context from MCP tools, local files, app code, or future adapters.
Normalize signals, score freshness, preserve confidence, and explain uncertainty.
Apply source-aware aging policy for docs, code, research, finance, jobs, social, and local context.
Return useful actions: use first, cite, refresh, verify, watch, background, or exclude.
Use the npm package with an MCP client, then open the demo runbook to see how FreshContext explains source quality.
Use the public MCP surface now, inspect the Core API docs, and track the REST/SDK/Operator surfaces as they mature.
The asset is a repeatable context judgment layer: standard inputs, source profiles, decisions, audit trails, and host interfaces.
Current proof
FreshContext 0.3.18 is a public MCP package with a working local context pipeline, adapter metadata, a first arXiv signal path, deterministic demos, and release integrity checks.
| Surface | Status | What it proves |
|---|---|---|
| MCP package | live | 21 read-only tools can run through the published `freshcontext-mcp` package. |
| Bring-your-own-context | local | A user can pass JSON signals and get decision-first output locally. |
| arXiv signal proof | additive | One adapter path now reaches Core evaluation and decisions without changing MCP behavior. |
| Operator / retrieve | roadmap | Retrieval orchestration, crawling, browser search, and file search are intentionally not claimed as live. |
FreshContext is the evidence layer an agent, app, researcher, or workflow can use before reasoning. MCP is one interface; Core is the reusable judgment layer.
Interfaces
FreshContext is host-agnostic by design. MCP is live today; local demos and docs prove the Core pipeline; REST, SDK, CLI, and Operator mode are staged deliberately instead of overclaimed.
Install `freshcontext-mcp` and expose 21 read-only tools through MCP stdio clients.
Core owns evaluation, source profiles, ranking, explanations, and decision meaning.
A local Fetch-style handler exists as a host primitive. A public REST product is still roadmap.
Future surfaces will make retrieval orchestration and local workflows easier without blurring what is live today.
Install
The cleanest public path is local MCP through npm. Demos and source-checkout workflows live in the GitHub repo; the installed package supports the MCP server entrypoint.
Use this when configuring Claude Desktop or another MCP stdio client.
npm install -g freshcontext-mcp
freshcontext-mcp
Clone the repo for bring-your-own-context demos, arXiv signal proof, Trust Scanner, and release integrity checks.
Screen-share path
For a live talk, lead with the context-integrity demo, then show npm install, then show the runbook. Keep future surfaces framed as roadmap.
Shows fresh, stale, unknown-date, and failed context before and after FreshContext evaluation.
A practical talk track for showing FreshContext without overclaiming future Operator or platform work.
Use the contact page for outreach. A dedicated FreshContext email is planned.