Directus for your agents.
Connect Directus once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 14 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Directus.
What agents can do with Directus
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
directus_get_server_infoGet server information including API version and project name.
directus_list_collectionsList all collections (database tables) with their schema metadata.
directus_list_itemsList items in a collection with optional filtering and sorting.
directus_get_itemGet a single item by primary key from a collection.
directus_list_filesList all uploaded files in the project.
directus_create_itemCreate a new item in a collection.
directus_update_itemUpdate an existing item in a collection (PATCH semantics).
directus_delete_itemDelete an item from a collection.
directus_get_fileGet metadata for a specific file by id.
directus_upload_fileUpload a file. `data` is the file content as binary; `filename` is how it should be named in Directus.
directus_list_usersList all users in the project.
directus_list_rolesList all user roles in the project.
directus_create_collectionCreate a new collection (table) with optional schema.
directus_get_activityList activity log entries (create, update, delete events) in the project.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Open your Directus project admin, go to Settings > API.
- Under 'Static Token', generate or copy an access token.
- Alternatively, create a user with a token in Users > {user} > Token field.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Directus to Even: call connect_begin("directus") on the even-connect MCP and walk me through it.
Directus lists collections and their schema, retrieves filtered items from databases, and accesses uploaded files.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.