
Agent Discover
Let your agent browse an MCP registry, install servers, and activate tools on demand instead of hard-coding every integration up front.
Overview
agent-discover is a MCP server for the Build phase that lets agents discover, install, and activate MCP tools from a registry on demand.
What is this MCP server?
- MCP server registry and marketplace semantics for on-demand tools
- Discover, install, and activate MCP servers from the agent session
- stdio npm package agent-discover at version 1.4.0
- Reduces static MCP config churn as you add new capabilities
- GitHub source keshrath/agent-discover for install instructions
- Package version 1.4.0
- Transport: stdio
- Registry: npm identifier agent-discover
Community signal: 4 GitHub stars.
What problem does it solve?
Your MCP client config becomes a graveyard of servers you added once and cannot find or enable when the agent actually needs them.
Who is it for?
Builders who constantly add MCP integrations and want agent-driven discovery instead of hand-editing every server entry.
Skip if: Locked-down environments where dynamic installs are forbidden or teams that prefer a fixed, audited tool list only.
What do I get? / Deliverables
The agent can pull new MCP servers into the session when required, cutting static config and restart cycles.
- Agent-driven MCP discovery and installation workflow
- Activated tools per task without full client reconfiguration
- Faster experimentation with new MCP servers during build
Recommended MCP Servers
Journey fit
How it compares
In-session MCP registry and installer, not a public skills directory site or a single-purpose API connector.
Common Questions / FAQ
Who is agent-discover for?
Solo builders and small teams using MCP agents who want a registry-driven way to add servers without rebuilding client config each time.
When should I use agent-discover?
Use it in Build when your agent stack is evolving and you need discover-install-activate flows during development sessions.
How do I add agent-discover to my agent?
Configure the npm MCP package agent-discover (v1.4.0) with stdio transport following keshrath/agent-discover on GitHub.