comfyui_submit_workflowthe-code-learner/MCP Video Gen — Submit arbitrary valid ComfyUI API workflow JSON and inspect queue/history/output state.
comfyui_guard_load_imagethe-code-learner/MCP Video Gen — Guard standard ComfyUI LoadImage against accidental HTTP URLs, MCP resource URIs, /files/... paths and MCP cache file_id values.
blender_bridge_executethe-code-learner/MCP Video Gen — Control host-installed Blender through an authenticated bridge for bpy automation, still rendering, animation rendering, and GLB export.
accept_chatgpt_attachmentthe-code-learner/MCP Video Gen — Accept ChatGPT-attached files through native _meta["openai/fileParams"] tools so ChatGPT can pass temporary authorized download objects dire
import_https_filethe-code-learner/MCP Video Gen — Import a generic server-retrievable HTTPS file reference directly into the persistent MCP cache with streaming, SSRF-oriented public-address
get_cached_file_resourcethe-code-learner/MCP Video Gen — Return cached files as native MCP ResourceLink references and authenticated HTTP(S) streams, with MCP resource/base64 read paths retained on
upload_inputthe-code-learner/MCP Video Gen — Upload inputs, cache outputs, and retrieve generated image, video, audio, 3D, scene, subtitle, and other files through one canonical file_id
transfer_media_to_comfyuithe-code-learner/MCP Video Gen — Transfer cached media directly to ComfyUI as multipart binary data without routing file bytes through the AI/client context or converting th
file_transfer_guidethe-code-learner/MCP Video Gen — Expose file_transfer_guide so an AI can query the canonical file-routing rules at runtime instead of guessing which identifier belongs to wh
hyperframes_create_projectthe-code-learner/MCP Video Gen — Create and render local HyperFrames projects using HTML/CSS/media.
ffmpeg_probethe-code-learner/MCP Video Gen — Probe media files for technical metadata.
ffmpeg_transcodethe-code-learner/MCP Video Gen — Transcode media files to different formats/codecs.
ffmpeg_concatenatethe-code-learner/MCP Video Gen — Concatenate multiple media files.
ffmpeg_overlaythe-code-learner/MCP Video Gen — Overlay media files.
ffmpeg_mux_audiothe-code-learner/MCP Video Gen — Mux audio into video.
ffmpeg_cropthe-code-learner/MCP Video Gen — Crop video.
ffmpeg_reversethe-code-learner/MCP Video Gen — Reverse video.
ffmpeg_loopthe-code-learner/MCP Video Gen — Loop video.
env_detect_missingio.github.rog0x/env — Check if required environment variables are present and populated
env_compare_filesio.github.rog0x/env — Compare .env vs .env.example to find missing or extra variables
env_detect_from_docker_composeio.github.rog0x/env — Detect environment variables referenced in a docker-compose.yml file
deps_check_versionsio.github.rog0x/env — Verify installed tools meet minimum version requirements
deps_check_toolsio.github.rog0x/env — Check if specified tools are installed and get their versions
deps_verify_pathio.github.rog0x/env — Analyze the system PATH for common tool directories
anchor_stalejolovicdev/AnchorDB — List stale anchors for a repository
anchor_candidatesjolovicdev/AnchorDB — Get candidate locations for a stale anchor
anchor_relocatejolovicdev/AnchorDB — Relocate a stale anchor to a candidate or explicit range
review_peerSanAntonio021/claude-codex-bridge — Inline, read-only, zero-tool review of an artifact by the derived reviewer model.
review_repair_peerSanAntonio021/claude-codex-bridge — Review and repair an artifact, either inline (zero tools) or in a fixed workspace copy with tests.
peer_statusSanAntonio021/claude-codex-bridge — Reports bridge status including inlineReviews, workspaceRepairs, and workspaceProbeState.
generate_model_from_apiRamzanelayodath/json-to-model — Fetch an API endpoint and generate a model/POJO class from the JSON response.
setup_authRamzanelayodath/json-to-model — Configure the server: target language, optional baseUrl, and optional login/refresh token endpoints.
list_supported_languagesRamzanelayodath/json-to-model — List the languages supported for code generation.
ask_airelr-prog/mcp-agent-to-vsc — send prompts to OpenAI