cd /news/ai-safety/krypton-mcp-securing-local-llms-and-… · home topics ai-safety article
[ARTICLE · art-118703] src=dev.to ↗ pub= topic=ai-safety verified=true sentiment=· neutral

Krypton MCP – Securing Local LLMs and MCP Tools with Zero-Trust Proxy in Go

A developer has open-sourced Krypton MCP, a zero-trust security proxy written in Go that intercepts traffic between LLM clients and MCP servers to inspect, sanitize, and log tool calls in real time. The proxy aims to mitigate risks such as prompt injection and credential leakage by enforcing a safety boundary in local and cloud LLM setups, with sub-millisecond latency on local tool-calling loops.

read1 min views1 publishedSep 2, 2026

Connecting local or cloud LLMs directly to databases, filesystems, and internal APIs via Model Context Protocol (MCP) creates a massive attack surface. If a model gets tricked by prompt injection or leaks credentials in context, there's rarely a safety boundary in place to catch it.

I spent the last few weeks building Krypton MCP, a high-throughput security proxy written in Go that acts as an interceptor between LLM clients and MCP servers.

Most MCP setups trust the LLM implicitly. Once the model decides to call a tool, the payload goes straight to execution. Krypton sits in the middle as a zero-trust proxy to inspect, sanitize, and log everything in real time.

Written in Go with minimal overhead to ensure sub-millisecond proxy latency on local tool-calling loops. Handles SSE transport, JSON-RPC framing, and process-level downstream proxying natively.

Curious how others here are handling security boundaries when giving local agents execution access to local tooling. PRs, benchmark feedback, and security edge cases are all welcome.

I decided to open-source this to get feedback on the security approach for local MCP setups and see what edge cases I might have missed. Would love to hear how others are handling agent safety.

── more in #ai-safety 4 stories · sorted by recency
── more on @krypton mcp 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/krypton-mcp-securing…] indexed:0 read:1min 2026-09-02 ·