AI makes mistakes! Undisk makes recovery instant: every write is versioned, every file is reversible.
See it heal →
Use cloud-agent integration when you need remote repository automation without local machine dependencies.

Configuration

Add .github/copilot/mcp.json to your repository:
{
  "mcpServers": {
    "undisk": {
      "type": "http",
      "url": "https://mcp.undisk.app/v1/mcp",
      "headers": {
        "x-api-key": "$COPILOT_MCP_UNDISK_API_KEY"
      },
      "tools": ["*"]
    }
  }
}
Important: Create a copilot environment secret named COPILOT_MCP_UNDISK_API_KEY before assigning work to the cloud agent.

Validation Checklist

  • Repository MCP config is detected in cloud tasks.
  • Environment secret is available in the target Copilot environment.
  • Cloud-run tool calls can list and mutate workspace files safely.

Operational Notes

Treat cloud environment secret wiring as part of deployment readiness checks before assigning autonomous tasks.