nano-tech-diagrams

Installation
SKILL.md

Nano Tech Diagrams

This skill uses the nano-tech-diagrams MCP server to create and transform tech diagrams using Fal AI's Nano Banana 2 model.

MCP Server Location

Always use mcp__jungle-shared__nano-tech-diagrams__* (on residencehome).

Do not use jungle-local. Its schema claims to accept local filesystem paths, but the process runs in an environment that cannot read the workstation's filesystem, so every local-path call fails with ENOENT. The shared instance plus the staging endpoint below is the supported path.

File Staging (CRITICAL)

The MCP server cannot read workstation file paths directly. For any tool that accepts an image_path parameter with a local file, stage it to the residence S3 (personal-transient bucket, via the minio MCP) and pass the presigned GET URL as image_path — the MCP accepts http(s) URLs directly.

Staging workflow:

  1. Presign a PUT URL: minio__presign_url(bucket="personal-transient", key="staging/image.jpg", method="put")
  2. Upload: curl -sSf -X PUT -T /local/path/to/image.jpg "<put-url>"
  3. Presign a GET URL for the same key (method="get") and pass it as image_path to the MCP tool.
  4. Objects auto-expire after 1 day (bucket lifecycle); presigned URL TTL defaults to 1 hour (expires param to override).
Installs
9
GitHub Stars
16
First Seen
May 2, 2026
nano-tech-diagrams — danielrosehill/claude-image-production-plugin