Back to Apps

Ilm
by arriqaaq
Semantic search platform for Islamic scholarship featuring Quran with tafsir, 34K+ hadiths, and interactive isnad graphs.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
Ilm provides a sophisticated interface for deep semantic search across Islamic scholarship. It connects AI agents to a vast corpus of Quranic verses with tafsir and over 34,000 hadiths, enabling complex theological research and source verification through GraphRAG and hybrid search.
Tools
search_hadith: Perform full-text or semantic search for hadiths.search_quran: Find Quranic verses using semantic or keyword search.get_hadith: Retrieve specific hadith content by ID.get_chain_graph: Generate visualization data for a hadith's isnad (narrator chain).analyze_family_mustalah: Analyze narrator families and chain grading (sahih/hasan/da'eef).ask_unified: Natural language Q&A grounded in both Quran and Hadith.get_ayah_tafsir: Retrieve classical exegesis for a specific ayah.
Installation
{
"mcpServers": {
"ilm": {
"command": "/abs/path/to/ilm/target/debug/hadith",
"args": ["mcp", "--db-path", "/abs/path/to/ilm/db_data"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- VS Code (via Continue)
Quick install
cargo build --features advanced && ./target/debug/hadith mcp --db-path db_dataInformation
- Pricing
- free
- Published
- 5/27/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
mcp.json entry: {"mcpServers": {"ilm": {"command": "/abs/path/to/ilm/target/debug/hadith", "args": ["mcp", "--db-path", "/abs/path/to/ilm/db_data"]}}}Claude Desktop
{"mcpServers": {"ilm": {"command": "/abs/path/to/ilm/target/debug/hadith", "args": ["mcp", "--db-path", "/abs/path/to/ilm/db_data"]}}}





