Antigravity
Connect Google Antigravity (IDE and CLI) to WhoWorked via the hosted MCP server.
Google Antigravity is the agentic development suite that replaced the standalone Gemini CLI — the terminal tool is now the Antigravity CLI, alongside the Antigravity IDE. Both share one MCP config, so setup is the same either way.
Antigravity uses the serverUrl key for remote MCP servers (not url), in ~/.gemini/config/mcp_config.json:
{
"mcpServers": {
"whoworked": {
"serverUrl": "https://mcp.whoworked.com/mcp"
}
}
}Antigravity IDE
- Open the ⋯ menu → MCP Servers → Manage MCP Servers.
- Choose View raw config (or edit
~/.gemini/config/mcp_config.json) and add the entry above. - Save, then Refresh the MCP server list.
- Complete the OAuth sign-in the first time you use a WhoWorked tool.
Antigravity CLI
- Edit
~/.gemini/config/mcp_config.json(shared with the IDE) and add the entry above. - Restart Antigravity, then run
/mcpto confirm the connection.
No API keys are needed — Antigravity opens a browser window for the WhoWorked OAuth sign-in on first use.
Available tools
Once connected, Antigravity has access to 17+ tools including:
- Clients — list and get client details
- Projects — list projects, get project details, create and manage tasks
- Entries — create, list, start, and stop time entries
- Tags — list and manage tags
- Work sessions — log AI work with token usage and cost estimates
- Docs — search and read the WhoWorked API documentation