Enjab Developers
Enjab Mind

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: Bearer API 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.

The gist

  1. Mint a key at mind.enjab.ae/dash/keys (read-only is enough for most agents).
  2. Add the MCP server to your agent, pointing at https://mind.enjab.ae/api/mcp with the header Authorization: Bearer <key>. See Connect an agent for the exact steps per tool.
  3. The agent now has the search / list_lists / get_list tools (and the write tools on a read-write key).

On this page