handinloop mcp server for Cursor
io.github.lesofi/handinloop-mcp-server
Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.
client:Cursor
transport:stdio
runtime:npm
Install handinloop mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"handinloop-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"handinloop-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs