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.
Quick Start
Clone the repository:
git clone https://github.com/isaac-levine/forageClaude Desktop configuration example:
{
"mcpServers": {
"forage": {
"command": "npx",
"args": [
"-y",
"isaac-levine/forage"
]
}
}
}Check the repository README for specific installation and configuration instructions.