handinloop mcp server for VS Code
io.github.lesofi/handinloop-mcp-server
Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.
client:VS Code
transport:stdio
runtime:npm
Install handinloop mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"handinloop-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"handinloop-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs