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.
{
"mcpServers": {
"directify": {
"command": "npx",
"args": [
"-y", "mcp-remote",
"https://mcp.directify.app/mcp",
"--header", "Authorization:Bearer TOKEN",
"--header", "X-Directory-ID:123"
]
}
}
}
Zero installation required. Connect any MCP client to our hosted server at mcp.directify.app and start managing your directory instantly.
A fully autonomous AI agent that manages your directory through chat. Message it on Telegram, Discord, or Signal — it handles the rest.