isaac-levine/forage
π π π πͺ π§ - Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions β no restarts needed.
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide β Connected Apps: isaac-levine/forage Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-isaac-levine-forage
Detailed Documentation
π π π πͺ π§ - Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions β no restarts needed.
Configuration
{
"mcpServers": {
"isaac-levine-forage": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-isaac-levine-forage"
],
"env": {}
}
}
}