-
Notifications
You must be signed in to change notification settings - Fork 0
Collaborative Sense making with AI (MCP Server)
Bell Eapen edited this page Nov 10, 2025
·
1 revision
CRISP-T provides an MCP (Model Context Protocol) server that exposes its analytical and corpus management functions as tools, resources, and prompts. This enables AI-assisted workflows where researchers can request analyses, retrieve structured outputs, and co-construct theoretical memos with an AI assistant while maintaining methodological rigor.
| Type | Examples | Purpose |
|---|---|---|
| Tools |
decision_tree_classification, regression_analysis, kmeans_clustering, lstm_text_classification, semantic_chunk_search, find_similar_documents, export_metadata_df
|
Run analyses and retrieve actionable outputs |
| Resources | corpus://document/{id} |
Direct access to document text for coding |
| Prompts |
analysis_workflow, triangulation_guide
|
Guided step-by-step procedures aligning with INSTRUCTION.md |
- Load corpus and request
--topicsand--assignvia AI-guided CLI or direct tool invocation. - Ask the assistant to run
regression_analysisordecision_tree_classificationand summarize key predictors. - Use
semantic_chunk_searchto retrieve exemplar passages supporting or challenging numeric findings. - Co-author analytic memos: the assistant drafts, the researcher validates and refines.
- Visualize with
crispvizand have the assistant annotate figure insights for triangulation.
- "Find documents similar to DOC101 and summarize their common themes."
- "Run logistic regression with
high_fatigueas outcome; report odds ratios forsleep_balanceandinflammation_marker." - "Search for chunks related to 'policy clarity' in DOC450 with similarity > 8.8 and compile exemplars."
- Treat AI outputs as memos-in-progress; maintain auditability by saving tool outputs.
- Use high thresholds for confirmatory chunk search; lower thresholds for exploratory sampling.
- Regularly link assistant-generated summaries to concrete outputs (coefficients, feature importances).
- AI-generated text can drift; anchor to repository outputs and explicit corpus metadata.
- Some advanced validations (e.g., silhouette scores) may not be available—document as future work.
- CRISP-T README (MCP section)
- notes/DEMO.md and notes/INSTRUCTION.md for usage patterns