GitHub Copilot in VS Code gained general availability MCP support in VS Code 1.102 (May 2025). This means Copilot Chat's agent can now use ClockMe tools to start timers, query hours, and pull reports — all from the VS Code chat panel. No external tools, no tab-switching. If you are already using Copilot for code, your time tracking lives in the same place.
Want your key pre-filled?
Sign in to ClockMe and use the setup wizard — it generates the exact config with your real API key and project ID already embedded.
MCP tool use in Copilot Chat requires agent mode, which is available on GitHub Copilot Individual, Business, and Enterprise plans. It requires VS Code 1.102+.
You can, but make sure you do not include your API key in the file. Use a VS Code input prompt or environment variable reference instead of hardcoding the key. Add .vscode/mcp.json to .gitignore if it contains secrets.
Yes. Codespaces runs VS Code in the browser and supports the same MCP configuration. Add the mcp.json to your devcontainer or workspace config and it will be available in any Codespace for that repo.