Discovery
Freeby MCP Community
LLM-powered inference with local MCP tool discovery and execution.
v0.1.12Added Apr 12, 2026
Discovery MCP Server
LLM-powered inference with local MCP tool discovery and execution.
Installation
npx -y mcp-discovery
Reviews
Installation
Quick install
npx -y mcp-discovery
Add to claude_desktop_config.json
{
"mcpServers": {
"discovery": {
"command": "npx",
"args": ["-y", "mcp-discovery"]
}
}
}