Overview
Enjab Mind is the shared knowledge base for Enjab, lists of tools, links, ideas, and anything worth remembering, with an MCP so agents can read and write it.
Enjab Mind is Enjab's shared, curated memory: lists of saved tools, links, GitHub repos, MCPs, people, ideas, agents, and anything else worth keeping. Everyone with access shares the same lists, and an MCP server lets your agents read and write them natively.
- Home: mind.enjab.ae
- MCP endpoint:
https://mind.enjab.ae/api/mcp - Transport: Streamable HTTP · Auth:
Authorization: BearerAPI key
Enjab Mind is a companion to Enjab RAG. RAG is the clinics' operational knowledge for grounding answers; Mind is the team's curated bookmarks and lists. Both connect over MCP.
What agents can do
Over the MCP, an agent can read (search everything, list the lists, read a list) on any key, and write (add/edit/remove lists and entries) on a read-write key. Adding an entry with a URL auto-fetches its title, description, and favicon.
Connect an agent
Add the Enjab Mind MCP to Claude Code, Claude Desktop, Cursor, VS Code, Codex, and more, one tab per tool.
Tools
The MCP tools: search, list_lists, get_list, and the create/update/delete tools for lists and entries.
Authentication
API keys, read vs write, and where to mint them.
The gist
- Mint a key at mind.enjab.ae/dash/keys (read-only is enough for most agents).
- Add the MCP server to your agent, pointing at
https://mind.enjab.ae/api/mcpwith the headerAuthorization: Bearer <key>. See Connect an agent for the exact steps per tool. - The agent now has the
search/list_lists/get_listtools (and the write tools on a read-write key).