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/shixinnt/codex-image-context-runtime/codex-image-context-runtime-image_context_runtimegit clone --depth 1 https://github.com/shixinnt/codex-image-context-runtimeGrade A, and why
image_context_runtime 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
{
"image_context_runtime": {
"cwd": ".",
"command": "node",
"args": [
"./mcp/server.mjs"
],
"env_vars": [
"OPENAI_API_KEY",
"CODEX_IMAGE_CONTEXT_HOME",
"PLUGIN_DATA",
"CLAUDE_PLUGIN_DATA",
"CODEX_IMAGE_CONTEXT_CONFIG",
"CODEX_IMAGE_CONTEXT_PROVIDER",
"CODEX_IMAGE_CONTEXT_ROOTS",
"CODEX_IMAGE_CONTEXT_IMAGE_MODEL",
"CODEX_IMAGE_CONTEXT_VISION_MODEL"
],
"tool_timeout_sec": 900
}
}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 · 21 lines scan A 640363779a41
image_context_runtime is an MCP server published in the GitHub repository shixinnt/codex-image-context-runtime (100 stars, last pushed 18d 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-30.
Other mcp servers, from other repositories
piia-engram
Local-first personal AI identity and memory for MCP-compatible coding tools — lessons, decisions, playbooks, and project context you can see, edit, and override. Runs locally from the piia-engram Python package. Needs 3 environment variables to run.
wakeflow
MCP server "wakeflow" as configured in GxFn/Wakeflow. Launched with ${CLAUDE_PLUGIN_ROOT}/bin/wakeflow-mcp.
icon_svg_select
MCP server "iconsvgselect" as configured in tetracoralla/armorial. Runs ./dist/adapters/mcp.js with node.
guarded-notes-mcp
MCP server "guarded-notes-mcp" as configured in nextgencods/guarded-notes-mcp. Runs ./server.mjs with node.
workspace_visual_canvas
MCP server "workspacevisualcanvas" as configured in papperrollinggery/codex-workspace-enhancer. Runs ./dist/server.mjs with node.
library-of-context
MCP server "library-of-context" as configured in hwillGIT/library-of-context. Runs locally from the library-of-context Python package.