Plugins for Dike, grounded MENA legal search and reasoning over Saudi, Egyptian, and Emirati primary sources. This repo holds two different kinds of plugin, for two different runtimes:
- dike-legal-search — a Claude Code plugin
marketplace entry (installed via
/plugin marketplace add). - dike-dify-tools — a Dify tool plugin (installed as a local package upload in Dify; see its own README).
/plugin marketplace add dikeai/plugins
/plugin install dike-legal-search@dike-plugins
You'll need a Dike API key (export DIKE_API_KEY=your-key-here) unless
you're connecting via Claude.ai/Desktop's OAuth-based Connectors panel
instead. See the plugin's own README for full setup.
dike-legal-search (Claude Code)
Search, cite, and reason over verified Saudi, Egyptian, and Emirati legal sources via Dike's remote MCP server. Every citation is checked against a retrieved document before it's returned, unresolved references are dropped, never guessed.
Commands
/dike-research— full grounded workflow: search, reason, graph audit for amendments/repeals, and citation verification/dike-search— browse and compare sources for a topic/dike-cite— parse and verify a specific citation string
Tools (also usable directly, without a slash command)
dike_search,dike_reason,dike_cite,dike_graph_traverse
Requires a Dike API key.
dike-dify-tools (Dify)
Wraps the same search/reason/cite/graph-traverse capabilities as native
Dify tools, usable directly in a chatflow, agent, or workflow app without
an MCP hop. Not installable via Dify's "GitHub repo" flow (this repo's root
isn't a Dify plugin) -- package and upload it as a local .difypkg instead;
see the plugin's own README for the exact steps.
Requires a Dike API key.
Already added the marketplace? Pull the latest plugin versions with:
/plugin marketplace update dikeai/plugins
This is a self-serve Claude Code plugin marketplace (/plugin marketplace add), anyone can add it, no review required. It is separate from Anthropic's
curated Connectors Directory (browsable in Claude.ai/Desktop's "Partners"
tab), which requires a full OAuth 2.1 authorization flow and Anthropic's
review process. Dike doesn't have that yet; this repo is not affiliated with
or reviewed by Anthropic.