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.
npx agentmods add mcp/alexanderboger/savecontext/integration-savecontextgit clone --depth 1 https://github.com/AlexanderBoger/SaveContextGrade A, and why
savecontext 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 2d 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.
What it actually says
{
"savecontext": {
"command": "python",
"args": [
"-m",
"savecontext"
],
"env": {
"SAVECONTEXT_DB": "/absolute/path/to/savecontext.db"
}
}
}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.
- 2d ago First seen · 12 lines scan A 7500edf24663
savecontext is an MCP server published in the GitHub repository AlexanderBoger/SaveContext (5 stars, last pushed 1mo ago), licensed Apache-2.0. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. 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.
Other mcp servers, from other repositories
entroly
MCP server "entroly" as configured in juyterman1000/entroly. Launched with entroly serve. Needs 1 environment variable to run.
colab-mcp
MCP server "colab-mcp" as configured in juyterman1000/entroly. Runs locally from the git+https://github.com/googlecolab/colab-mcp Python package.
mcp-slim-guard
76% fewer MCP tokens in our standard benchmark. Same upstream call. Exact recovery. Runs locally from the mcp-slim-guard npm package.
fixture
MCP server "fixture" as configured in lennney/mcp-slim-guard. Runs ../../../dist/mock-server.js with node.
tooltrim
Drop-in compression for LLM agent tool outputs. Shrink bloated HTML/JSON/log results before they re-enter context — cut tokens, stay on-task, keep full output retrievable. Runs locally from the tooltrim Python package.
session-migrator
MCP server "session-migrator" as configured in liangyuan0219/session-migrator. Runs locally from the session-migrator Python package.