Zignature
+
VS Code

Document Signing in
VS Code & Copilot

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.

VS Code 1.99+ Copilot Agent Mode MCP Native Support

How to Connect

Choose your preferred method to integrate Zignature's 57 tools into VS Code.

A VS Code Settings (Global)

  1. 1. Open the Command Palette (Cmd/Ctrl + Shift + P) and search for "MCP: Add Server".
  2. 2. Enter the MCP URL: https://app.zignature.io/mcp
  3. 3. Add the authentication header: X-Auth-Token: YOUR_API_KEY

B Workspace Config (Per Project)

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" }
    }
  }
}

Unlock Professional Workflows

Elevate your document management without leaving your development environment.

Instant NDAs

Ask Copilot to "Send an NDA to the project partner" and it will handle the template selection and delivery via Zignature.

Status Tracking

Get real-time updates on which contracts are signed and which are pending, right in your VS Code terminal or chat.

Team Management

Add new collaborators to your Zignature workspace with simple natural language commands within VS Code.

Frequently Asked Questions

How do I get an API key for VS Code?

Visit the Zignature Developer Portal at https://app.zignature.io/developer_portal to generate your X-Auth-Token.

Does this work with the free version of VS Code?

Yes, MCP support is a standard protocol that works with any version of VS Code that supports the necessary extensions or native protocol.

Is it secure to put my API key in VS Code?

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.

Related Integrations