Manage your directory from the terminal or automate with scripts. Great for LLM-powered workflows that need structured command output.
--field key=value$ npm install -g directify-cli
$ directify auth login YOUR_TOKEN
✓ Authenticated as John ([email protected])
$ directify config set-directory 123
$ directify listings create \
--name "Bella Trattoria" \
--address "123 Main St, NYC" \
--field "cuisine_type=Italian"
✓ Listing created: Bella Trattoria (ID: 456)
$ directify listings list --json | jq '.data[].name'
{
"mcpServers": {
"directify": {
"command": "npx",
"args": ["-y", "directify-mcp"],
"env": {
"DIRECTIFY_API_TOKEN": "your-token",
"DIRECTIFY_DIRECTORY_ID": "123"
}
}
}
}
The easiest way to let AI manage your directory. Just tell Claude or Cursor what you want — "add 10 restaurants", "update all descriptions" — and it happens.
A fully autonomous AI agent that manages your directory through chat. Message it on Telegram, Discord, or Signal — it handles the rest.