Discovery
Freeby MCP Community
MCP Discovery Engine - Core logic for on-demand MCP tool discovery
v0.3.2Added Apr 12, 2026
mcpdiscoverytoolsaigateway
Discovery MCP Server
MCP Discovery Engine - Core logic for on-demand MCP tool discovery
Installation
npx -y @anygpt/mcp-discovery
Reviews
Installation
Quick install
npx -y @anygpt/mcp-discovery
Add to claude_desktop_config.json
{
"mcpServers": {
"discovery": {
"command": "npx",
"args": ["-y", "@anygpt/mcp-discovery"]
}
}
}