惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Recent Announcements
Recent Announcements
J
Java Code Geeks
U
Unit 42
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
L
LangChain Blog
D
Docker
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
罗磊的独立博客
I
InfoQ
The Cloudflare Blog
小众软件
小众软件
V
Visual Studio Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
爱范儿
爱范儿
Hugging Face - Blog
Hugging Face - Blog
P
Proofpoint News Feed
V
V2EX
月光博客
月光博客
Martin Fowler
Martin Fowler

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Taming MCPs, Skills, and Agent Chaos with ToolHive
Ryan Swift · 2026-04-26 · via DEV Community

I use a lot of AI coding tools: OpenCode, Antigravity, Claude Code, Codex, Gemini CLI, Pi, Zed, GitHub Copilot, and probably others too. I'm having a ton of fun vibe coding and learning each of these systems. But ultimately, I need to understand these tools because my job is helping developers make sense of this stuff.

I'm lucky to have a (reasonably) unlimited AI budget. But managing what feels like 30 different tools has become a pain. Every tool wants its own config, MCP setup, skills folder, auth, etc.

Trying every AI dev tool has stopped feeling like product research and started feeling like I'm torturing a tiny fleet of confused robots.

A dream of consistency

I am painfully organized at times. My sprawling collection of agents feels out of hand. It is not strictly difficult to reconfigure an MCP server or drop in a skill I need, but I find myself wanting a more consistent experience across every tool.

If I (read: my agents) create a skill, I do not want to copy it into six different folders. This has been the real pain point for me:

AI tool sprawl is the new dotfile hell.

What I tried (today)

I've bumped into the Stacklok/ToolHive folks at a couple of conferences and finally had time to try out their project today. Initial thoughts are pretty positive.

I ended up using their CLI and desktop app, ToolHive Studio. My hope was that ToolHive could become the control plane for running MCPs, storing auth, and distributing skills. Most importantly, I wanted one command that could register an MCP or skill across all of my coding agents.

It mostly worked!

There was still plenty of configuration and testing to do, but I am pretty happy with where I landed. I have the start of a governable setup that works across my agents.

List of ToolHive managed MCPs and Clients

I ran into a Podman configuration issue with their official package. Skills are still a beta/alpha feature and needed to be enabled to be used inside Studio. Their built-in playground worked well for testing.

A list of repositories pulled from the GitHub MCP inside ToolHive's Playground.

Takeaways

If you're using one AI coding tool, config is an annoying chore. The agent can probably configure itself.

When you're using ten coding tools, config is a nightmare.

ToolHive made my system governable and solved a real problem for me right now. I needed a control plane. Not perfect, but useful in exactly the way I needed: one place to make the growing pile of AI tools behave like an environment instead of a junk drawer.