distil for VS Code
io.github.munhq/distil
Context optimization for LLM agents: tool registry, result masking, budgeting, compaction.
client:VS Code
transport:stdio
runtime:npm
Install distil in VS Code
.vscode/mcp.json
{
"servers": {
"distil": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@munhq/distil"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs