Files
cursor__plugins/third_party/docusign/mcp.json
T
roshansada f290d8295d Default Docusign MCP plugin to the production URL
Drop the DOCUSIGN_MCP_URL variable and point mcp.json at
https://mcp.docusign.com/mcp; document the demo endpoint as an optional
post-install override.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-08-08 13:09:04 -07:00

13 lines
222 B
JSON

{
"mcpServers": {
"docusign": {
"type": "http",
"url": "https://mcp.docusign.com/mcp",
"auth": {
"CLIENT_ID": "${CLIENT_ID}",
"CLIENT_SECRET": "${CLIENT_SECRET}"
}
}
}
}