← Index

io.github.kumarprobeops/signforge

io.github.kumarprobeops/signforge·v1.2.2·Documents & Spreadsheets
Quality Score
85
/100

Send documents for e-signature from AI agents. Upload, sign, and download PDFs.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "signforge": {
      "command": "npx",
      "args": [
        "-y",
        "@signforge/mcp-server"
      ],
      "env": {
        "SIGNFORGE_API_KEY": "<your-signforge_api_key>",
        "SIGNFORGE_API_URL": "<signforge_api_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "signforge": {
      "command": "npx",
      "args": [
        "-y",
        "@signforge/mcp-server"
      ],
      "env": {
        "SIGNFORGE_API_KEY": "<your-signforge_api_key>",
        "SIGNFORGE_API_URL": "<signforge_api_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @signforge/mcp-server
§02  Environment variables
SIGNFORGE_API_KEY
requiredsecret

Your SignForge API key. Get one at https://signforge.io/dashboard/developers

SIGNFORGE_API_URL

API base URL. Only change for self-hosted instances.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Documents & Spreadsheets