Releases: isaac-levine/forage
Releases · isaac-levine/forage
v0.1.0
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-mcpWhat'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_changednotifications — no restart needed - Cross-session persistence:
~/.forage/manifest.jsonauto-starts previously installed tools;forage_learnwrites 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.