Claude Local Files
Description
Serve local files to Claude Desktop via HTTPS for use in code artifacts.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Local Files
Artifacts in Claude Desktop can only access cdn.jsdelivr.net/pyodide/* due to Content Security Policy restrictions. This app bypasses that restriction and allows Claude Desktop artifact and analysis tools to fetch local files and use them for calculations, UI's, etc.
I use it with [mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy/) to have Claude Desktop generate UI reports for database result sets that are way too large for an LLM to read.
How it works
- Adds a line in /etc/hosts that points cdn.jsdelivr.net to 127.0.0.1
- Uses mkcert to generate a valid local SSL certificate for cdn.jsdelivr.net
- Starts a caddy server that proxies all other requests than to a specfic url folder to Fastly
- Files in the
./filesdirectory are served athttps://cdn.jsdelivr.net/pyodide/claude-local-files/[FILENAME] - Removes the line in /etc/hosts on exit
Installation
Ubuntu/Debian
# Install dependencies
sudo apt update
sudo apt install mkcert caddy
macOS
# Install dependencies
brew install mkcert caddy
Windows
Run in an elevated powershell (as administrator):
# Install dependencies
winget install CaddyServer.Caddy
winget install FiloSottile.mkcert
# Run the script
./claude-local-files.ps1
Usage
- Clone and enter the repository:
git clone https://github.com/runekaagaard/claude-local-files.git
cd claude-local-files
- Start the server:
./claude-local-files.sh
Add your files to the `files/` directory
Ask Claude Desktop to use the content of the file in a code artifact, e.g. https://cdn.jsdelivr.net/pyodide/claude-local-files/test.json
Testing
Test that the local server works:
curl -v https://cdn.jsdelivr.net/pyodide/claude-local-files/test.json
Test that CDN passthrough works:
curl -v https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js
Generating URLs
To serve a file:
- Place it in the
files/dire
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11