@princegabriel-lgtm/freshcontext-mcp
AMCP server package freshcontext-mcp
Install
agr install @princegabriel-lgtm/freshcontext-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "freshcontext-mcp", "mcpName": "io.github.PrinceGabriel-lgtm/freshcontext", "version": "0.4.0", "description": "Context integrity infrastructure for AI agents and retrieval systems. Score, explain, and wrap candidate context before it reaches the model.", "keywords": [ "mcp", "mcp-server", "ai-agents", "llm", "freshness", "context-integrity", "retrieval", "provenance", "source-profiles", "rag", "typescript", "context", "model-context-protocol" ], "homepage": "https://github.com/PrinceGabriel-lgtm/freshcontext-mcp", "repository": { "type": "git", "url": "git+https://github.com/PrinceGabriel-lgtm/freshcontext-mcp.git" }, "license": "MIT", "type": "module", "engines": { "node": ">=20" }, "main": "dist/server.js", "types": "dist/server.d.ts", "exports": { ".": { "types": "./dist/server.d.ts", "import": "./dist/server.js" }, "./core": { "types": "./dist/core/index.d.ts", "import": "./dist/core/index.js" }, "./core/edge": { "types": "./dist/core/edge.d.ts", "import": "./dist/core/edge.js" }, "./package.json": "./package.json" }, "bin": { "freshcontext-mcp": "dist/server.js" }, "files": [ ".env.example", "dist/", "!dist/apify.js", "!dist/apify.d.ts", "FRESHCONTEXT_SPEC.md", "METHODOLOGY.md", "docs/API_DESIGN.md", "docs/CLIENT_SETUP.md", "docs/CODEX_MCP_USAGE.md", "docs/CORE_MCP_BOUNDARY.md", "docs/CORE_API.md", "docs/DEPENDENCY_DILIGENCE.md", "docs/FUTURE_LANES.md", "docs/HA_PRI_V2_DESIGN.md", "docs/HA_PRI_V2_PRODUCTION_ENFORCEMENT_PLAN.md", "docs/HUMAN_READABLE_OUTPUT_CONTRACT.md", "docs/RELEASE_INTEGRITY.md", "docs/RELEASE_NOTES.md", "docs/SIGNAL_CONTRACT.md", "docs/SOURCE_PROFILES.md", "freshcontext.schema.json", "NOTICE.md", "package-script-guard.mjs", "SECURITY.md", "server.json", "TRADEMARKS.md" ], "scripts": { "build": "node package-script-guard.mjs build", "dev": "node package-script-guard.mjs dev", "start": "node dist/server.js", "inspect": "node package-script-guard.mjs inspect", "example:ha-pri-v2": "node package-script-guard.mjs example:ha-pri-v2", "demo:arxiv": "node package-script-guard.mjs demo:arxiv", "demo:evaluate": "node package-script-guard.mjs demo:evaluate", "demo:evaluate:file": "node package-script-guard.mjs demo:evaluate:file", "batch:validate": "node package-script-guard.mjs batch:validate", "core:fixture": "node package-script-guard.mjs core:fixture", "smoke:stdio": "node package-script-guard.mjs smoke:stdio", "trust:gate": "node package-script-guard.mjs trust:gate", "trust:report": "node package-script-guard.mjs trust:report", "trust:report:json": "node package-script-guard.mjs trust:report:json", "trust:scan": "node package-script-guard.mjs trust:scan", "trust:scan:json": "node package-script-guard.mjs trust:scan:json", "trust:scan:markdown": "node package-script-guard.mjs trust:scan:markdown", "test": "node package-script-guard.mjs test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "dotenv": "^16.4.0", "playwright": "^1.44.0", "zod": "^3.23.0" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/node": "^20.0.0", "apify": "^3.0.0", "jest": "^29.0.0", "tsx": "^4.0.0", "typescript": "^5.4.0" }, "overrides": { "file-type": "21.3.4", "hono": "^4.12.25", "qs": "6.15.2", "ws": "8.20.1" } }
Trustgrade A
- passBody integrity
Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.
- warnType matchbest-effort: server code not analyzed
Whether the artifact is really the kind of thing its metadata claims it is.
- passFreshness
How long since the source repository was last pushed to.
- passPrompt injection
Scans the artifact's own text for instructions aimed at your agent rather than at you.
- passLicense
Whether the source repository declares an SPDX license permissive enough to redistribute.
How the grade is calculated
Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:
- Aevery check passed
- Bone warning
- Ctwo warnings
- Dprompt injection or body integrity failed, or three warnings
- Fone of those failed, and something else is wrong
These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.
Versions
git-6426b9baa1972026-08-06