Skip to content
MCP Server Community By @isaac-levine

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": {}
    }
  }
}