Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y forage-mcp
MCP client config
{
"mcpServers": {
"forage": {
"command": "npx",
"args": [
"-y",
"forage-mcp"
]
}
}
}