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
By isaac-levine
Installation
npx -y forageConfiguration
{
"mcpServers": {
"forage": {
"command": "npx",
"args": ["-y", "forage"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes