Back to MCP Servers

Forage

Self-improving tool discovery for AI agents. Searches registries, installs MCP servers as subprocesses, and persists tool knowledge across sessions — no restarts needed.

aggregatorsrestairagagent

Installation

npx -y forage

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub