foragekit for VS Code
io.github.ilkhamfy/foragekit
Epistemic foraging for AI agents: source discovery, verified evidence, uncertainty-aware briefs
client:VS Code
transport:stdio
runtime:pypi
Install foragekit in VS Code
.vscode/mcp.json
{
"servers": {
"foragekit": {
"type": "stdio",
"command": "uvx",
"args": [
"foragekit"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs