Skip to main content
AggregatorsTypeScript

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.

aggregatorslocal-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/isaac-levine/forage

Claude Desktop configuration example:

{
  "mcpServers": {
    "forage": {
      "command": "npx",
      "args": [
        "-y",
        "isaac-levine/forage"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Aggregators
Language
TypeScript
Author
isaac-levine