AI & ML
Trust: 37/100 (Limited)io.github.isaac-levine/forage Guide
Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically.
3 starsby isaac-levine
Quick Start
Install
npx forage-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-isaac-levine-forage": {
"command": "npx",
"args": [
"forage-mcp"
]
}
}
}