Skip to content

Releases: isaac-levine/forage

v0.1.0

17 Feb 01:33

Choose a tag to compare

Forage v0.1.0

Self-improving tool discovery for AI agents. Install once, and your agent can find, install, and learn to use new MCP tools on its own.

Quick Start

claude mcp add forage -- npx -y forage-mcp

What's Included

  • 6 MCP tools: forage_search, forage_evaluate, forage_install, forage_learn, forage_status, forage_uninstall
  • 3 registry sources: Official MCP Registry, Smithery, npm — searched in parallel
  • Proxy/gateway pattern: installed tools run as child processes with instant availability via list_changed notifications — no restart needed
  • Cross-session persistence: ~/.forage/manifest.json auto-starts previously installed tools; forage_learn writes to CLAUDE.md / AGENTS.md / .cursor/rules/
  • Human approval required: every install requires explicit confirm: true
  • CLI: forage search, forage list, forage init
  • Zero infrastructure: fully local, no backend, no API keys

See README for full docs.