sign cli for Cursor
io.github.drbaher/sign-cli
Agent-first e-signature MCP server with offline PAdES signing and hash-chained audit.
client:Cursor
transport:stdio
runtime:npm
Install sign cli in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sign-cli": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@drbaher/sign-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs