VS Code

Ready IDE

VS Code supports MCP through the GitHub Copilot extension. Create a project mcp.json and the tools become available to Copilot.

You need

  • VS Code with GitHub Copilot
  • An AI Detector API key

Install

  1. Create an API key for AI Detector.
  2. Ensure GitHub Copilot is installed and MCP is enabled.
  3. Open the Command Palette and run MCP: Add Server, or create .vscode/mcp.json.
  4. Paste the block below with your API key, then reload the window.

Configuration

json

{
  "servers": {
    "ai-detector": {
      "type": "http",
      "url": "https://itsai.dev/mcp",
      "headers": { "Authorization": "Bearer <YOUR_API_KEY>" }
    }
  }
}

Notes

  • MCP requires GitHub Copilot. Check the Copilot version for the supported server types.

Business and API users: the Data Processing Addendum is part of our Terms of Service and describes how personal data in your content is processed.

← All integrations