michaelquigley
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
MCP servers work great locally over stdio... until you need one on another machine, or want to share tools across a team. Most approaches to that involve exposing endpoints and managing network access. I built a tool…
- Show HN: LLM-Gateway – Zero-Trust LLM Gateway (github.com)
I built an OpenAI-compatible LLM gateway that routes requests to OpenAI, Anthropic, Ollama, vLLM, llama-server, SGLang... anything that speaks /v1/chat/completions. Single Go binary, one YAML config file, no…
- Show HN: Next generation peer-to-peer networking in Golang (zrok SDK) (blog.openziti.io)
Pretty excited to share this... Just finished up a blog post about the new, simple, secure peer-to-peer networking SDK for zrok. Build zrok applications with just a few lines of golang!
- Show HN: The Zrok Public Beta (blog.openziti.io)
- Show HN: Zrok: open-source peer to peer sharing (blog.openziti.io)
zrok is a fun incubator project I've been working on over the last six months. The goal was to see how we could build a tool in the genre of "reverse-proxy-meets-streamlined-sharing", like a lot of the other tools that…