MCP Server
io.github.kumarprobeops/signforge MCP Server
io.github.kumarprobeops/signforge
What is the io.github.kumarprobeops/signforge MCP server?
Send documents for e-signature from AI agents. Upload, sign, and download PDFs.
How to install io.github.kumarprobeops/signforge
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
SIGNFORGE_API_KEYrequiredsecretYour SignForge API key. Get one at https://signforge.io/dashboard/developers
SIGNFORGE_API_URLAPI base URL. Only change for self-hosted instances.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<YOUR_SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<YOUR_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": "<YOUR_SIGNFORGE_API_URL>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"signforge": {
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<YOUR_SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<YOUR_SIGNFORGE_API_URL>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"signforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@signforge/mcp-server"
],
"env": {
"SIGNFORGE_API_KEY": "<YOUR_SIGNFORGE_API_KEY>",
"SIGNFORGE_API_URL": "<YOUR_SIGNFORGE_API_URL>"
}
}
}
}Claude Code
claude mcp add signforge --env SIGNFORGE_API_KEY=<YOUR_SIGNFORGE_API_KEY> --env SIGNFORGE_API_URL=<YOUR_SIGNFORGE_API_URL> -- npx -y @signforge/mcp-serverRelated MCP servers
Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.
View repository →