VS Code
Ready IDEVS 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
- Create an API key for AI Detector.
- Ensure GitHub Copilot is installed and MCP is enabled.
- Open the Command Palette and run MCP: Add Server, or create .vscode/mcp.json.
- 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