Hashloom for VS Code
io.github.davet47/hashloom
Content-addressed contracts and a verification cache that cut agent context by skipping proven code.
client:VS Code
transport:stdio
runtime:pypi
Install Hashloom in VS Code
.vscode/mcp.json
{
"servers": {
"hashloom": {
"type": "stdio",
"command": "uvx",
"args": [
"hashloom"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs