Connect Zignature to GitHub Copilot Agent Mode and VS Code's MCP client. Send contracts, track signatures, and manage CLM workflows without leaving your editor.
Choose your preferred method to integrate Zignature's 57 tools into VS Code.
Cmd/Ctrl + Shift + P) and search for "MCP: Add Server".
https://app.zignature.io/mcp
X-Auth-Token: YOUR_API_KEY
Create or edit .vscode/mcp.json in your project root:
{
"servers": {
"zignature": {
"url": "https://app.zignature.io/mcp",
"type": "http",
"headers": { "X-Auth-Token": "YOUR_API_KEY" }
}
}
}
Elevate your document management without leaving your development environment.
Ask Copilot to "Send an NDA to the project partner" and it will handle the template selection and delivery via Zignature.
Get real-time updates on which contracts are signed and which are pending, right in your VS Code terminal or chat.
Add new collaborators to your Zignature workspace with simple natural language commands within VS Code.
Visit the Zignature Developer Portal at https://app.zignature.io/developer_portal to generate your X-Auth-Token.
Yes, MCP support is a standard protocol that works with any version of VS Code that supports the necessary extensions or native protocol.
We recommend using workspace-level .vscode/mcp.json and adding it to your .gitignore, or using the global VS Code settings which are stored securely in your user profile.