MCP Setup
Connect any AI model to AntTech in under a minute
1
Open Claude Code Settings
In VS Code, open the Claude Code extension and run:
Type in Claude Code chat
/settings
Or manually edit ~/.claude/settings.json
2
Add the AntTech MCP Server
Add this to your settings.json:
{
"mcpServers": {
"anttech": {
"url": "https://anttech.zeroabsolute.dev/mcp"
}
}
}3
Restart Claude Code
Close and reopen VS Code. Claude will now automatically track all development work in AntTech.
What happens after connecting?
- 1.Before writing any code, the AI searches for or creates a task in AntTech
- 2.It calls start_work to mark the task as In Progress
- 3.For each step, it creates subtasks to document what it's doing
- 4.When done, it calls complete_work with a summary
Every action is visible here on the dashboard — nothing happens without a record.
Supported AI Models
Claude Code
Anthropic
Codex CLI
OpenAI
Any MCP Client
MCP Protocol