forage for VS Code
io.github.isaac-levine/forage
Self-improving tool discovery for AI agents. Find, install, and use new MCP servers automatically.
client:VS Code
transport:stdio
runtime:npm
Install forage in VS Code
.vscode/mcp.json
{
"servers": {
"forage": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"forage-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs