signforge for Cursor
io.github.kumarprobeops/signforge
Send documents for e-signature from AI agents. Upload, sign, and download PDFs.
client:Cursor
transport:stdio
runtime:npm
Install signforge in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"signforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<SIGNFORGE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs