AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →
Use Copilot CLI integration for lightweight automation where MCP calls run from local shells and scripts.

Configuration

Edit ~/.copilot/mcp-config.json or add the server interactively with /mcp add:
{
  "mcpServers": {
    "undisk": {
      "type": "http",
      "url": "https://mcp.undisk.app/v1/mcp",
      "headers": {
        "Authorization": "Bearer sk_live_YOUR_KEY_HERE"
      },
      "tools": ["*"]
    }
  }
}
Start with tools: ["*"] while you validate the integration, then narrow the list if you want stricter tool scope.

Validation Checklist

  • Copilot CLI lists the Undisk MCP server.
  • Requested tools are visible with expected scope.
  • Tool calls succeed under your current auth profile.

Operational Notes

Start broad during integration testing, then narrow tool lists to least privilege for production usage.