Skip to main content
Glama

QualAI

by seanshin0214
README.mdβ€’9.15 kB
# πŸ”¬ QualAI - AI-Powered Qualitative Research MCP Server > **Community-driven, RAG-enhanced qualitative research analysis powered by Claude** Transform qualitative research with AI assistance. QualAI is a Model Context Protocol (MCP) server that brings advanced AI capabilities to qualitative data analysis while maintaining methodological rigor. --- ## πŸ’‘ Share Your Innovative Research Methods! **QualAI grows stronger with every researcher who contributes.** Have you developed a unique qualitative methodology? A novel coding technique? An innovative analysis approach? **🌟 Share it with the global research community!** When you contribute your methodology to QualAI: - βœ… **Help thousands of researchers** worldwide discover and use your approach - βœ… **Get cited** every time someone uses your methodology - βœ… **Receive feedback** and improvements from peer researchers - βœ… **Build your reputation** as a methodological innovator - βœ… **Make qualitative research better** for everyone **Your innovation can transform how the world does qualitative research.** πŸ‘‰ [**Contribute Your Methodology**](#contributing-your-methodology) | [**Browse Community Methods**](https://github.com/qualai-community/methodologies) --- ## ✨ Revolutionary Features ### πŸ€– **AI-Native Analysis** - Automatic coding with semantic understanding - Theme extraction with theoretical depth - Saturation detection - Negative case discovery - Inter-coder reliability automation ### 🌍 **Community-Driven Methodologies** - **RAG-powered methodology library**: Access community-contributed research methods - **GitHub integration**: Share and discover methodologies from researchers worldwide - **Validated approaches**: Peer-reviewed methodologies with quality ratings - **Flexible**: Use established methods or create your own ### 🎯 **Core Tools (v1.0)** #### Methodology Management (3) - `selectMethodology` - AI finds the best methodology for your research - `loadMethodology` - Load community methodologies - `listMethodologies` - Browse available methods #### Coding Tools (5) - `autoCoding` - AI-powered automatic coding - `refineCodebook` - Optimize your codebook - `mergeCodesSmart` - Intelligent code merging - `suggestSubcodes` - Hierarchical code suggestions - `validateCoding` - Consistency checking #### Thematic Analysis (4) - `extractThemes` - Inductive/deductive theme extraction - `analyzePatterns` - Pattern and relationship analysis - `detectSaturation` - Theoretical saturation detection - `compareThemesAcrossCases` - Cross-case comparison #### Theory Building (3) - `buildGroundedTheory` - Guided grounded theory development - `generateConceptMap` - Automatic concept mapping - `analyzeNarrative` - Narrative structure analysis #### Validation (4) - `findNegativeCases` - Negative case analysis - `triangulate` - Multi-source triangulation - `calculateReliability` - Inter-coder reliability - `assessQuality` - Research quality assessment #### Reporting (1) - `generateReport` - Comprehensive analysis reports --- n**Note:** v1.0 includes methodology management and knowledge graph. Advanced analysis tools (auto-coding, theme extraction, etc.) are in active development for v1.1. ## πŸš€ Quick Start ### Installation ```bash # Clone the repository git clone https://github.com/seanshin0214/qualai-mcp.git cd qualai-mcp # Install dependencies npm install # Build npm run build ``` ### Configure Claude Desktop Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "qualai": { "command": "node", "args": ["C:\\Users\\YOUR-USERNAME\\Documents\\qualai-mcp\\dist\\index.js"], "env": { "OPENAI_API_KEY": "your-openai-key-optional", "QUALAI_GITHUB_REPO": "qualai-community/methodologies" } } } } ``` ### Restart Claude Desktop That's it! QualAI is now available in Claude. **πŸ’¬ First time? Try this:** ``` "I have 15 interview transcripts about remote work experiences. Help me choose the right methodology and start coding." ``` --- ## 🌍 Community Methodologies ### Current Methodologies (2) **Built-in:** 1. **Constructivist Grounded Theory** (Charmaz, 2014) 2. **Reflexive Thematic Analysis** (Braun & Clarke, 2006) **Community Contributed:** - *Be the first to contribute!* ### Contributing Your Methodology **Your methodology could help thousands of researchers worldwide.** #### Step 1: Create Your Methodology Use our template (see CONTRIBUTING.md) #### Step 2: Test Locally ```bash # Place in methodologies/ directory cp your-methodology.json qualai-mcp/methodologies/ # Restart QualAI and test ``` #### Step 3: Share with Community 1. Fork [qualai-community/methodologies](https://github.com/qualai-community/methodologies) 2. Add your methodology with documentation 3. Create Pull Request 4. Community peer review (2+ reviewers) 5. Merged and available to all! πŸŽ‰ #### Recognition - Your name appears in methodology metadata - Automatic citation generation - Contributor leaderboard - Usage statistics (opt-in) **Ready to contribute?** See [CONTRIBUTING.md](CONTRIBUTING.md) --- ## πŸ—οΈ Architecture ``` β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ Claude Desktop β”‚ β”‚ (User Interface & Conversations) β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ MCP Protocol β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ QualAI MCP Server β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ Methodology Orchestrator β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ Coding β”‚ Thematicβ”‚ Theory β”‚ β”‚ β”‚ β”‚ Engine β”‚ Engine β”‚ Engine β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ RAG System (Qdrant) β”‚ β”‚ β”‚ β”‚ - Community methodologies β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β”‚ β”‚ β”‚ β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ β”‚ β”‚ Knowledge Graph (SQLite) β”‚ β”‚ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ β”‚ β–Ό β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ GitHub: qualai-community β”‚ β”‚ Community Methodologies Registry β”‚ β”‚ - YOUR methodology! 🌟 β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜ ``` --- ## 🀝 Contributing We welcome all forms of contribution! ### Ways to Contribute 1. **πŸ“– Share Methodologies**: Most valuable contribution! 2. **πŸ› Report Bugs**: Help us improve 3. **πŸ’‘ Suggest Features**: Shape QualAI's future 4. **πŸ“ Improve Docs**: Help others learn 5. **πŸ’» Submit Code**: Enhance functionality --- ## πŸ“Š Roadmap ### v1.1 (Q1 2025) - [ ] Interpretive Phenomenological Analysis (IPA) - [ ] Discourse Analysis tools - [ ] 10+ community methodologies ### v1.2 (Q2 2025) - [ ] Real-time collaboration - [ ] Multi-language support - [ ] 25+ community methodologies ### v2.0 (Q3 2025) - [ ] Web interface - [ ] 50+ community methodologies --- ## πŸ“„ License MIT License - see [LICENSE](LICENSE) --- ## πŸ“ž Support & Community - **πŸ’¬ Discussions**: [GitHub Discussions](https://github.com/seanshin0214/qualai-mcp/discussions) - **πŸ› Issues**: [GitHub Issues](https://github.com/seanshin0214/qualai-mcp/issues) - **πŸ“§ Email**: sshin@geri.kr --- ## 🌟 Final Call to Action **To Researchers Using QualAI:** Your research benefits from methodologies shared by others. Consider giving back! **To Methodology Innovators:** Your unique approach could revolutionize how thousands conduct research. Share it! **To the Qualitative Research Community:** Together, we're building the world's most comprehensive, open, and accessible methodology library. **Let's transform qualitative research together.** [**β†’ Start Contributing Today**](https://github.com/qualai-community/methodologies) --- **Made with ❀️ by researchers, for researchers** **Version**: 1.0.0 **Last Updated**: 2025-11-02

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/seanshin0214/qualai-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server