Overview
Beyond the dashboard, you can manage your Directify directory programmatically — including with AI assistants like Claude. There are three ways to connect, all built on the Directify REST API:MCP Server
Connect Claude, Cursor, or any MCP-compatible AI assistant. Manage your directory in plain English.
CLI
The
directify command-line tool. Great for scripts, automation, and power users.Autonomous Agent
A self-running agent that manages your directory on a schedule, built on OpenClaw.
Which one should I use?
Video walkthrough
A step-by-step walkthrough of connecting the MCP server to Claude and managing your directory by chat.Connecting the Directify MCP server to Claude
Before you start
All three methods need the same two things:1
An API token
In your Directify dashboard, go to Settings → API and click the Key icon to generate a token. Copy it somewhere safe — you won’t be able to see it again.
2
Your Directory ID
The numeric ID of the directory you want to manage. Find it in the dashboard URL when viewing a directory (
/app/{directory_id}/...), or ask the AI to “list my Directify directories” once connected.