Stop pasting .env files in Slack. I built an MCP server to share secrets directly from code editor

Stop pasting .env files in Slack. I built an MCP server to share secrets directly from code editor

1 1 7
calendar_today agoschedule2 min read
— Originally published at dev.to

We've all been there. You need to share a .env file or an API key with a teammate. You copy it, switch to Slack or Telegram, paste it, and just hope that chat history never gets hacked.

It's a massive security hole, but we do it because it's fast.

I wanted to make secure sharing just as fast, but without leaving my AI code editor. So, at my studio Webix Soft, I built Whisper - a client-side encrypted secret sharing tool with a built-in MCP server.

Whisper form

The MCP Magic (Why I really built this)

Context switching breaks your flow. If you use AI editors like Cursor/Windsurf or Claude/Codex leaving your code to open a browser and generate a secure link is annoying.

With the @webixsoft/whisper-mcp package, you don't have to. You just ask your AI assistant:

"Create a secure link for my .env file."

That's it. The AI uses the MCP tool, encrypts your file locally on your machine, and drops a self-destructing secure link right into your chat. You copy the link, send it to your colleague, and keep coding.

Expamle from Codex

How the security works (Zero-Knowledge)

Client-side encryption: Your secret is encrypted in your browser (or via the local MCP server) before it ever hits the internet.

The Key is in the Hash: The decryption key is generated locally and placed inside the URL hash (like #KEY). Our servers only receive a meaningless ciphertext and never see the key.

Burn after reading: When your teammate opens the link, their browser decrypts it locally. Once viewed, the data is wiped from our database forever. We don't even collect IP addresses.

Received secret MD file

A few extra nice things

Markdown Rendering: If you share a Markdown-formatted config or doc, Whisper renders it beautifully on the other side. You can easily switch to the raw source, copy it, or download it as a file.

Dark Mode: Because nobody wants to be blinded by a white screen at 2 AM. You can toggle it on the fly.

Dark theme, env file

I'd love for you to try it out and hear your thoughts, especially on the MCP workflow!

You can check out the web app here: https://whisper.webixsoft.com/
And find the MCP package on npm: @webixsoft/whisper-mcp

7 Comments

2 votes
1
1 vote
1
1
2
2
🔥 Join developers growing publicly
Share your knowledge, build in public, and grow your developer presence with a global community.

More Posts

MCP Is the USB-C of AI. So Why Are You Plugging Everything In?

Ken W. Algerverified - Jun 10

The Sovereign Vault — A Comprehensive Guide to Protocol-Driven AI

Ken W. Algerverified - Jun 4

I’m a Senior Dev and I’ve Forgotten How to Think Without a Prompt

Karol Modelski - Mar 19

TypeScript Complexity Has Finally Reached the Point of Total Absurdity

Karol Modelski - Apr 23

How I Built a React Portfolio in 7 Days That Landed ₹1.2L in Freelance Work

Dharanidharan - Feb 9
chevron_left
198 Points9 Badges
Moldovawebixsoft.com
2Posts
3Comments
3Connections
JS dev for 15+ years.
Webix Soft owner.
Founder @Pharmory
Founder @Whisper

Related Jobs

View all jobs →

Commenters (This Week)

2 comments
1 comment
1 comment

Contribute meaningful comments to climb the leaderboard and earn badges!