@wentorai/research-plugins 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +204 -0
  3. package/curated/analysis/README.md +64 -0
  4. package/curated/domains/README.md +104 -0
  5. package/curated/literature/README.md +53 -0
  6. package/curated/research/README.md +62 -0
  7. package/curated/tools/README.md +87 -0
  8. package/curated/writing/README.md +61 -0
  9. package/index.ts +39 -0
  10. package/mcp-configs/academic-db/ChatSpatial.json +17 -0
  11. package/mcp-configs/academic-db/academia-mcp.json +17 -0
  12. package/mcp-configs/academic-db/academic-paper-explorer.json +17 -0
  13. package/mcp-configs/academic-db/academic-search-mcp-server.json +17 -0
  14. package/mcp-configs/academic-db/agentinterviews-mcp.json +17 -0
  15. package/mcp-configs/academic-db/all-in-mcp.json +17 -0
  16. package/mcp-configs/academic-db/apple-health-mcp.json +17 -0
  17. package/mcp-configs/academic-db/arxiv-latex-mcp.json +17 -0
  18. package/mcp-configs/academic-db/arxiv-mcp-server.json +17 -0
  19. package/mcp-configs/academic-db/bgpt-mcp.json +17 -0
  20. package/mcp-configs/academic-db/biomcp.json +17 -0
  21. package/mcp-configs/academic-db/biothings-mcp.json +17 -0
  22. package/mcp-configs/academic-db/catalysishub-mcp-server.json +17 -0
  23. package/mcp-configs/academic-db/clinicaltrialsgov-mcp-server.json +17 -0
  24. package/mcp-configs/academic-db/deep-research-mcp.json +17 -0
  25. package/mcp-configs/academic-db/dicom-mcp.json +17 -0
  26. package/mcp-configs/academic-db/enrichr-mcp-server.json +17 -0
  27. package/mcp-configs/academic-db/fec-mcp-server.json +17 -0
  28. package/mcp-configs/academic-db/fhir-mcp-server-themomentum.json +17 -0
  29. package/mcp-configs/academic-db/fhir-mcp.json +19 -0
  30. package/mcp-configs/academic-db/gget-mcp.json +17 -0
  31. package/mcp-configs/academic-db/google-researcher-mcp.json +17 -0
  32. package/mcp-configs/academic-db/idea-reality-mcp.json +17 -0
  33. package/mcp-configs/academic-db/legiscan-mcp.json +19 -0
  34. package/mcp-configs/academic-db/lex.json +17 -0
  35. package/mcp-configs/ai-platform/Adaptive-Graph-of-Thoughts-MCP-server.json +17 -0
  36. package/mcp-configs/ai-platform/ai-counsel.json +17 -0
  37. package/mcp-configs/ai-platform/atlas-mcp-server.json +17 -0
  38. package/mcp-configs/ai-platform/counsel-mcp.json +17 -0
  39. package/mcp-configs/ai-platform/cross-llm-mcp.json +17 -0
  40. package/mcp-configs/ai-platform/gptr-mcp.json +17 -0
  41. package/mcp-configs/browser/decipher-research-agent.json +17 -0
  42. package/mcp-configs/browser/deep-research.json +17 -0
  43. package/mcp-configs/browser/everything-claude-code.json +17 -0
  44. package/mcp-configs/browser/gpt-researcher.json +17 -0
  45. package/mcp-configs/browser/heurist-agent-framework.json +17 -0
  46. package/mcp-configs/data-platform/4everland-hosting-mcp.json +17 -0
  47. package/mcp-configs/data-platform/context-keeper.json +17 -0
  48. package/mcp-configs/data-platform/context7.json +19 -0
  49. package/mcp-configs/data-platform/contextstream-mcp.json +17 -0
  50. package/mcp-configs/data-platform/email-mcp.json +17 -0
  51. package/mcp-configs/note-knowledge/ApeRAG.json +17 -0
  52. package/mcp-configs/note-knowledge/In-Memoria.json +17 -0
  53. package/mcp-configs/note-knowledge/agent-memory.json +17 -0
  54. package/mcp-configs/note-knowledge/aimemo.json +17 -0
  55. package/mcp-configs/note-knowledge/biel-mcp.json +19 -0
  56. package/mcp-configs/note-knowledge/cognee.json +17 -0
  57. package/mcp-configs/note-knowledge/context-awesome.json +17 -0
  58. package/mcp-configs/note-knowledge/context-mcp.json +17 -0
  59. package/mcp-configs/note-knowledge/conversation-handoff-mcp.json +17 -0
  60. package/mcp-configs/note-knowledge/cortex.json +17 -0
  61. package/mcp-configs/note-knowledge/devrag.json +17 -0
  62. package/mcp-configs/note-knowledge/easy-obsidian-mcp.json +17 -0
  63. package/mcp-configs/note-knowledge/engram.json +17 -0
  64. package/mcp-configs/note-knowledge/gnosis-mcp.json +17 -0
  65. package/mcp-configs/note-knowledge/graphlit-mcp-server.json +19 -0
  66. package/mcp-configs/reference-mgr/arxiv-cli.json +17 -0
  67. package/mcp-configs/reference-mgr/arxiv-search-mcp.json +17 -0
  68. package/mcp-configs/reference-mgr/chiken.json +17 -0
  69. package/mcp-configs/reference-mgr/claude-scholar.json +17 -0
  70. package/mcp-configs/reference-mgr/devonthink-mcp.json +17 -0
  71. package/mcp-configs/registry.json +447 -0
  72. package/openclaw.plugin.json +21 -0
  73. package/package.json +61 -0
  74. package/skills/analysis/dataviz/color-accessibility-guide/SKILL.md +230 -0
  75. package/skills/analysis/dataviz/geospatial-viz-guide/SKILL.md +218 -0
  76. package/skills/analysis/dataviz/interactive-viz-guide/SKILL.md +287 -0
  77. package/skills/analysis/dataviz/network-visualization-guide/SKILL.md +195 -0
  78. package/skills/analysis/dataviz/publication-figures-guide/SKILL.md +238 -0
  79. package/skills/analysis/dataviz/python-dataviz-guide/SKILL.md +195 -0
  80. package/skills/analysis/econometrics/causal-inference-guide/SKILL.md +197 -0
  81. package/skills/analysis/econometrics/iv-regression-guide/SKILL.md +198 -0
  82. package/skills/analysis/econometrics/panel-data-guide/SKILL.md +274 -0
  83. package/skills/analysis/econometrics/robustness-checks/SKILL.md +250 -0
  84. package/skills/analysis/econometrics/stata-regression/SKILL.md +117 -0
  85. package/skills/analysis/econometrics/time-series-guide/SKILL.md +235 -0
  86. package/skills/analysis/statistics/bayesian-statistics-guide/SKILL.md +221 -0
  87. package/skills/analysis/statistics/hypothesis-testing-guide/SKILL.md +210 -0
  88. package/skills/analysis/statistics/meta-analysis-guide/SKILL.md +206 -0
  89. package/skills/analysis/statistics/nonparametric-tests-guide/SKILL.md +221 -0
  90. package/skills/analysis/statistics/power-analysis-guide/SKILL.md +240 -0
  91. package/skills/analysis/statistics/sem-guide/SKILL.md +231 -0
  92. package/skills/analysis/statistics/survival-analysis-guide/SKILL.md +195 -0
  93. package/skills/analysis/wrangling/missing-data-handling/SKILL.md +224 -0
  94. package/skills/analysis/wrangling/pandas-data-wrangling/SKILL.md +242 -0
  95. package/skills/analysis/wrangling/questionnaire-design-guide/SKILL.md +234 -0
  96. package/skills/analysis/wrangling/text-mining-guide/SKILL.md +225 -0
  97. package/skills/domains/ai-ml/computer-vision-guide/SKILL.md +213 -0
  98. package/skills/domains/ai-ml/deep-learning-papers-guide/SKILL.md +200 -0
  99. package/skills/domains/ai-ml/llm-evaluation-guide/SKILL.md +194 -0
  100. package/skills/domains/ai-ml/prompt-engineering-research/SKILL.md +233 -0
  101. package/skills/domains/ai-ml/reinforcement-learning-guide/SKILL.md +254 -0
  102. package/skills/domains/ai-ml/transformer-architecture-guide/SKILL.md +233 -0
  103. package/skills/domains/biomedical/clinical-research-guide/SKILL.md +232 -0
  104. package/skills/domains/biomedical/clinicaltrials-api/SKILL.md +177 -0
  105. package/skills/domains/biomedical/epidemiology-guide/SKILL.md +200 -0
  106. package/skills/domains/biomedical/genomics-analysis-guide/SKILL.md +270 -0
  107. package/skills/domains/business/market-analysis-guide/SKILL.md +112 -0
  108. package/skills/domains/business/strategic-management-guide/SKILL.md +154 -0
  109. package/skills/domains/chemistry/computational-chemistry-guide/SKILL.md +266 -0
  110. package/skills/domains/chemistry/retrosynthesis-guide/SKILL.md +215 -0
  111. package/skills/domains/cs/algorithms-complexity-guide/SKILL.md +194 -0
  112. package/skills/domains/cs/dblp-api/SKILL.md +129 -0
  113. package/skills/domains/cs/software-engineering-research/SKILL.md +218 -0
  114. package/skills/domains/ecology/biodiversity-data-guide/SKILL.md +296 -0
  115. package/skills/domains/ecology/conservation-biology-guide/SKILL.md +198 -0
  116. package/skills/domains/ecology/gbif-api/SKILL.md +158 -0
  117. package/skills/domains/ecology/inaturalist-api/SKILL.md +173 -0
  118. package/skills/domains/economics/behavioral-economics-guide/SKILL.md +239 -0
  119. package/skills/domains/economics/development-economics-guide/SKILL.md +181 -0
  120. package/skills/domains/economics/fred-api/SKILL.md +189 -0
  121. package/skills/domains/education/curriculum-design-guide/SKILL.md +144 -0
  122. package/skills/domains/education/learning-science-guide/SKILL.md +150 -0
  123. package/skills/domains/finance/financial-data-analysis/SKILL.md +152 -0
  124. package/skills/domains/finance/quantitative-finance-guide/SKILL.md +151 -0
  125. package/skills/domains/geoscience/climate-science-guide/SKILL.md +158 -0
  126. package/skills/domains/geoscience/gis-remote-sensing-guide/SKILL.md +129 -0
  127. package/skills/domains/humanities/digital-humanities-guide/SKILL.md +181 -0
  128. package/skills/domains/humanities/philosophy-research-guide/SKILL.md +148 -0
  129. package/skills/domains/law/courtlistener-api/SKILL.md +213 -0
  130. package/skills/domains/law/legal-research-guide/SKILL.md +250 -0
  131. package/skills/domains/math/linear-algebra-applications/SKILL.md +227 -0
  132. package/skills/domains/math/numerical-methods-guide/SKILL.md +236 -0
  133. package/skills/domains/math/oeis-api/SKILL.md +158 -0
  134. package/skills/domains/pharma/clinical-pharmacology-guide/SKILL.md +165 -0
  135. package/skills/domains/pharma/drug-development-guide/SKILL.md +177 -0
  136. package/skills/domains/physics/computational-physics-guide/SKILL.md +300 -0
  137. package/skills/domains/physics/nasa-ads-api/SKILL.md +150 -0
  138. package/skills/domains/physics/quantum-computing-guide/SKILL.md +234 -0
  139. package/skills/domains/social-science/social-research-methods/SKILL.md +194 -0
  140. package/skills/domains/social-science/survey-research-guide/SKILL.md +182 -0
  141. package/skills/literature/discovery/citation-alert-guide/SKILL.md +154 -0
  142. package/skills/literature/discovery/conference-proceedings-guide/SKILL.md +142 -0
  143. package/skills/literature/discovery/literature-mapping-guide/SKILL.md +175 -0
  144. package/skills/literature/discovery/paper-tracking-guide/SKILL.md +211 -0
  145. package/skills/literature/discovery/rss-paper-feeds/SKILL.md +214 -0
  146. package/skills/literature/discovery/semantic-scholar-recs-guide/SKILL.md +164 -0
  147. package/skills/literature/fulltext/doaj-api/SKILL.md +120 -0
  148. package/skills/literature/fulltext/interlibrary-loan-guide/SKILL.md +163 -0
  149. package/skills/literature/fulltext/open-access-guide/SKILL.md +183 -0
  150. package/skills/literature/fulltext/pmc-oai-api/SKILL.md +184 -0
  151. package/skills/literature/fulltext/preprint-servers-guide/SKILL.md +128 -0
  152. package/skills/literature/fulltext/repository-harvesting-guide/SKILL.md +207 -0
  153. package/skills/literature/fulltext/unpaywall-api/SKILL.md +113 -0
  154. package/skills/literature/metadata/altmetrics-guide/SKILL.md +132 -0
  155. package/skills/literature/metadata/citation-network-guide/SKILL.md +236 -0
  156. package/skills/literature/metadata/crossref-api/SKILL.md +133 -0
  157. package/skills/literature/metadata/datacite-api/SKILL.md +126 -0
  158. package/skills/literature/metadata/doi-resolution-guide/SKILL.md +168 -0
  159. package/skills/literature/metadata/h-index-guide/SKILL.md +183 -0
  160. package/skills/literature/metadata/journal-metrics-guide/SKILL.md +188 -0
  161. package/skills/literature/metadata/opencitations-api/SKILL.md +128 -0
  162. package/skills/literature/metadata/orcid-api/SKILL.md +136 -0
  163. package/skills/literature/metadata/orcid-integration-guide/SKILL.md +178 -0
  164. package/skills/literature/search/arxiv-api/SKILL.md +95 -0
  165. package/skills/literature/search/biorxiv-api/SKILL.md +123 -0
  166. package/skills/literature/search/boolean-search-guide/SKILL.md +199 -0
  167. package/skills/literature/search/citation-chaining-guide/SKILL.md +148 -0
  168. package/skills/literature/search/database-comparison-guide/SKILL.md +100 -0
  169. package/skills/literature/search/europe-pmc-api/SKILL.md +120 -0
  170. package/skills/literature/search/google-scholar-guide/SKILL.md +182 -0
  171. package/skills/literature/search/mesh-terms-guide/SKILL.md +164 -0
  172. package/skills/literature/search/openalex-api/SKILL.md +134 -0
  173. package/skills/literature/search/pubmed-api/SKILL.md +130 -0
  174. package/skills/literature/search/scientify-literature-survey/SKILL.md +203 -0
  175. package/skills/literature/search/semantic-scholar-api/SKILL.md +134 -0
  176. package/skills/literature/search/systematic-search-strategy/SKILL.md +214 -0
  177. package/skills/research/automation/ai-scientist-guide/SKILL.md +228 -0
  178. package/skills/research/automation/data-collection-automation/SKILL.md +248 -0
  179. package/skills/research/automation/research-workflow-automation/SKILL.md +266 -0
  180. package/skills/research/deep-research/meta-synthesis-guide/SKILL.md +174 -0
  181. package/skills/research/deep-research/research-cog/SKILL.md +153 -0
  182. package/skills/research/deep-research/scoping-review-guide/SKILL.md +217 -0
  183. package/skills/research/deep-research/systematic-review-guide/SKILL.md +250 -0
  184. package/skills/research/funding/figshare-api/SKILL.md +163 -0
  185. package/skills/research/funding/grant-writing-guide/SKILL.md +233 -0
  186. package/skills/research/funding/nsf-grant-guide/SKILL.md +206 -0
  187. package/skills/research/funding/open-science-guide/SKILL.md +255 -0
  188. package/skills/research/funding/zenodo-api/SKILL.md +174 -0
  189. package/skills/research/methodology/action-research-guide/SKILL.md +201 -0
  190. package/skills/research/methodology/experimental-design-guide/SKILL.md +236 -0
  191. package/skills/research/methodology/grad-school-guide/SKILL.md +182 -0
  192. package/skills/research/methodology/grounded-theory-guide/SKILL.md +171 -0
  193. package/skills/research/methodology/mixed-methods-guide/SKILL.md +208 -0
  194. package/skills/research/methodology/qualitative-research-guide/SKILL.md +234 -0
  195. package/skills/research/methodology/scientify-idea-generation/SKILL.md +222 -0
  196. package/skills/research/paper-review/paper-reading-assistant/SKILL.md +266 -0
  197. package/skills/research/paper-review/peer-review-guide/SKILL.md +227 -0
  198. package/skills/research/paper-review/rebuttal-writing-guide/SKILL.md +185 -0
  199. package/skills/research/paper-review/scientify-write-review-paper/SKILL.md +209 -0
  200. package/skills/tools/code-exec/jupyter-notebook-guide/SKILL.md +178 -0
  201. package/skills/tools/code-exec/python-reproducibility-guide/SKILL.md +341 -0
  202. package/skills/tools/code-exec/r-reproducibility-guide/SKILL.md +236 -0
  203. package/skills/tools/code-exec/sandbox-execution-guide/SKILL.md +221 -0
  204. package/skills/tools/diagram/mermaid-diagram-guide/SKILL.md +269 -0
  205. package/skills/tools/diagram/plantuml-guide/SKILL.md +397 -0
  206. package/skills/tools/diagram/scientific-illustration-guide/SKILL.md +225 -0
  207. package/skills/tools/document/anystyle-api/SKILL.md +199 -0
  208. package/skills/tools/document/grobid-pdf-parsing/SKILL.md +294 -0
  209. package/skills/tools/document/markdown-academic-guide/SKILL.md +217 -0
  210. package/skills/tools/document/pdf-extraction-guide/SKILL.md +321 -0
  211. package/skills/tools/knowledge-graph/knowledge-graph-construction/SKILL.md +306 -0
  212. package/skills/tools/knowledge-graph/ontology-design-guide/SKILL.md +214 -0
  213. package/skills/tools/knowledge-graph/rag-methodology-guide/SKILL.md +325 -0
  214. package/skills/tools/ocr-translate/formula-recognition-guide/SKILL.md +367 -0
  215. package/skills/tools/ocr-translate/handwriting-recognition-guide/SKILL.md +211 -0
  216. package/skills/tools/ocr-translate/latex-ocr-guide/SKILL.md +204 -0
  217. package/skills/tools/ocr-translate/multilingual-research-guide/SKILL.md +234 -0
  218. package/skills/tools/scraping/academic-web-scraping/SKILL.md +326 -0
  219. package/skills/tools/scraping/api-data-collection-guide/SKILL.md +301 -0
  220. package/skills/tools/scraping/web-scraping-ethics-guide/SKILL.md +250 -0
  221. package/skills/writing/citation/bibtex-management-guide/SKILL.md +246 -0
  222. package/skills/writing/citation/citation-style-guide/SKILL.md +248 -0
  223. package/skills/writing/citation/reference-manager-comparison/SKILL.md +208 -0
  224. package/skills/writing/citation/zotero-api/SKILL.md +188 -0
  225. package/skills/writing/composition/abstract-writing-guide/SKILL.md +188 -0
  226. package/skills/writing/composition/discussion-writing-guide/SKILL.md +194 -0
  227. package/skills/writing/composition/introduction-writing-guide/SKILL.md +194 -0
  228. package/skills/writing/composition/literature-review-writing/SKILL.md +196 -0
  229. package/skills/writing/composition/methods-section-guide/SKILL.md +185 -0
  230. package/skills/writing/composition/response-to-reviewers/SKILL.md +215 -0
  231. package/skills/writing/composition/scientific-writing-guide/SKILL.md +152 -0
  232. package/skills/writing/latex/bibliography-management-guide/SKILL.md +206 -0
  233. package/skills/writing/latex/latex-drawing-guide/SKILL.md +234 -0
  234. package/skills/writing/latex/latex-ecosystem-guide/SKILL.md +240 -0
  235. package/skills/writing/latex/math-typesetting-guide/SKILL.md +231 -0
  236. package/skills/writing/latex/overleaf-collaboration-guide/SKILL.md +211 -0
  237. package/skills/writing/latex/tikz-diagrams-guide/SKILL.md +211 -0
  238. package/skills/writing/polish/academic-translation-guide/SKILL.md +175 -0
  239. package/skills/writing/polish/academic-writing-refiner/SKILL.md +143 -0
  240. package/skills/writing/polish/ai-writing-humanizer/SKILL.md +178 -0
  241. package/skills/writing/polish/grammar-checker-guide/SKILL.md +184 -0
  242. package/skills/writing/polish/plagiarism-detection-guide/SKILL.md +167 -0
  243. package/skills/writing/templates/beamer-presentation-guide/SKILL.md +263 -0
  244. package/skills/writing/templates/conference-paper-template/SKILL.md +219 -0
  245. package/skills/writing/templates/thesis-template-guide/SKILL.md +200 -0
  246. package/skills/writing/templates/thesis-writing-guide/SKILL.md +220 -0
  247. package/src/tools/arxiv.ts +131 -0
  248. package/src/tools/crossref.ts +112 -0
  249. package/src/tools/openalex.ts +174 -0
  250. package/src/tools/pubmed.ts +166 -0
  251. package/src/tools/semantic-scholar.ts +108 -0
  252. package/src/tools/unpaywall.ts +58 -0
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "cross-llm-mcp",
3
+ "name": "Cross-LLM MCP",
4
+ "description": "Cross-LLM communication and memory sharing between different AI model instances",
5
+ "category": "ai-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "cross-llm-mcp",
9
+ "command": "npx cross-llm-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["share_context", "get_memory", "sync"],
15
+ "verified": false,
16
+ "source": "https://github.com/JamesANZ/cross-llm-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "gptr-mcp",
3
+ "name": "GPTR MCP",
4
+ "description": "Deep research via GPT Researcher MCP protocol for automated report generation",
5
+ "category": "ai-platform",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "gptr-mcp",
9
+ "command": "pip install gptr-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["research", "report"],
15
+ "verified": false,
16
+ "source": "https://github.com/assafelovic/gptr-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "decipher-research-agent",
3
+ "name": "Decipher Research Agent",
4
+ "description": "Turn topics and links into AI research notebooks with structured summaries",
5
+ "category": "browser",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "decipher-research-agent",
9
+ "command": "npx decipher-research-agent"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["research", "summarize"],
15
+ "verified": false,
16
+ "source": "https://github.com/mnemox-ai/decipher-research-agent"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "deep-research",
3
+ "name": "Deep Research",
4
+ "description": "AI research assistant using Gemini and Google ADK for planning and compiling research",
5
+ "category": "browser",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "deep-research",
9
+ "command": "pip install deep-research"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["plan_research", "execute", "compile"],
15
+ "verified": false,
16
+ "source": "https://github.com/lorenzofavaro/deep-research"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "everything-claude-code",
3
+ "name": "Everything Claude Code",
4
+ "description": "Skills, memory, and research-first development workflows for Claude Code enhancement",
5
+ "category": "browser",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "everything-claude-code",
9
+ "command": "npx everything-claude-code"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["research", "optimize"],
15
+ "verified": false,
16
+ "source": "https://github.com/affaan-m/everything-claude-code"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "gpt-researcher",
3
+ "name": "GPT Researcher",
4
+ "description": "Autonomous agent for deep research on any topic with comprehensive report generation",
5
+ "category": "browser",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "gpt-researcher",
9
+ "command": "pip install gpt-researcher"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["research", "report"],
15
+ "verified": false,
16
+ "source": "https://github.com/assafelovic/gpt-researcher"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "heurist-agent-framework",
3
+ "name": "Heurist Agent Framework",
4
+ "description": "Multi-interface AI agent with reasoning and research capabilities across platforms",
5
+ "category": "browser",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "heurist-agent-framework",
9
+ "command": "pip install heurist-agent-framework"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["reason", "research", "interact"],
15
+ "verified": false,
16
+ "source": "https://github.com/heurist-network/heurist-agent-framework"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "4everland-hosting-mcp",
3
+ "name": "4EVERLAND Hosting MCP",
4
+ "description": "Deploy AI-generated code to decentralized storage networks for permanent hosting",
5
+ "category": "data-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "4everland-hosting-mcp",
9
+ "command": "npx 4everland-hosting-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["deploy", "manage"],
15
+ "verified": false,
16
+ "source": "https://github.com/4everland/4everland-hosting-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "context-keeper",
3
+ "name": "Context Keeper",
4
+ "description": "Wide-recall RAG with vector, timeline, and knowledge graph retrieval strategies",
5
+ "category": "data-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "github:redleaves/context-keeper",
9
+ "command": "go install github.com/redleaves/context-keeper@latest"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["store", "retrieve", "search"],
15
+ "verified": false,
16
+ "source": "https://github.com/redleaves/context-keeper"
17
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "context7",
3
+ "name": "Context7",
4
+ "description": "Context management for AI agents with cloud sync powered by Upstash",
5
+ "category": "data-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "context7",
9
+ "command": "npx context7"
10
+ },
11
+ "config": {
12
+ "env": {
13
+ "UPSTASH_TOKEN": ""
14
+ }
15
+ },
16
+ "tools": ["store", "retrieve", "sync"],
17
+ "verified": false,
18
+ "source": "https://github.com/upstash/context7"
19
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "contextstream-mcp",
3
+ "name": "ContextStream MCP",
4
+ "description": "Universal persistent memory with semantic code search and change tracking",
5
+ "category": "data-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "contextstream-mcp",
9
+ "command": "npx contextstream-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["index", "search", "track"],
15
+ "verified": false,
16
+ "source": "https://github.com/contextstream/mcp-server"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "email-mcp",
3
+ "name": "Email MCP",
4
+ "description": "Unified email across Gmail, Outlook, iCloud, and IMAP for search, send, and organize",
5
+ "category": "data-platform",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "email-mcp",
9
+ "command": "npx email-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search", "send", "organize"],
15
+ "verified": false,
16
+ "source": "https://github.com/marlinjai/email-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "ApeRAG",
3
+ "name": "ApeRAG",
4
+ "description": "Production-ready RAG platform with Graph RAG and vector search for knowledge retrieval",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "ApeRAG",
9
+ "command": "pip install aperag"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["ingest", "query", "search"],
15
+ "verified": false,
16
+ "source": "https://github.com/apecloud/ApeRAG"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "In-Memoria",
3
+ "name": "In Memoria",
4
+ "description": "Persistent intelligence with cumulative memory and pattern recognition for AI agents",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "in-memoria",
9
+ "command": "npx in-memoria"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["learn", "recall", "pattern"],
15
+ "verified": false,
16
+ "source": "https://github.com/pi22by7/In-Memoria"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "agent-memory",
3
+ "name": "Agent Memory",
4
+ "description": "Three-layer memory system with semantic search and knowledge graph for AI agents",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "agent-memory",
9
+ "command": "pip install agent-memory"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["save_memory", "recall", "search_graph"],
15
+ "verified": false,
16
+ "source": "https://github.com/g1itchbot8888-del/agent-memory"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "aimemo",
3
+ "name": "AIMemo",
4
+ "description": "Zero-dependency MCP memory server, single binary, 100% local storage and recall",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "github:MyAgentHubs/aimemo",
9
+ "command": "cargo install aimemo"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["remember", "recall", "store"],
15
+ "verified": false,
16
+ "source": "https://github.com/MyAgentHubs/aimemo"
17
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "biel-mcp",
3
+ "name": "Biel MCP",
4
+ "description": "Connect IDE to product documentation via Biel.ai RAG for instant knowledge retrieval",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "biel-mcp",
9
+ "command": "pip install biel-mcp"
10
+ },
11
+ "config": {
12
+ "env": {
13
+ "BIEL_API_KEY": ""
14
+ }
15
+ },
16
+ "tools": ["query_docs", "search_knowledge"],
17
+ "verified": false,
18
+ "source": "https://github.com/TechDocsStudio/biel-mcp"
19
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "cognee",
3
+ "name": "Cognee",
4
+ "description": "Memory manager using graph and vector stores with 30+ data sources for persistent agent knowledge",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "cognee",
9
+ "command": "pip install cognee"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["ingest", "search", "get_graph"],
15
+ "verified": false,
16
+ "source": "https://github.com/topoteretes/cognee"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "context-awesome",
3
+ "name": "Context Awesome",
4
+ "description": "Query 8500+ curated awesome lists with 1M+ items for discovering tools and resources",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "context-awesome",
9
+ "command": "npx context-awesome"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["find_awesome_section", "get_awesome_items"],
15
+ "verified": false,
16
+ "source": "https://github.com/bh-rat/context-awesome"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "context-mcp",
3
+ "name": "Context MCP",
4
+ "description": "Self-hosted MCP server for semantic search over documentation collections",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "context-mcp",
9
+ "command": "npx context-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["index", "search", "retrieve"],
15
+ "verified": false,
16
+ "source": "https://github.com/dodopayments/context-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "conversation-handoff-mcp",
3
+ "name": "Conversation Handoff MCP",
4
+ "description": "Hand off conversation context between Claude Desktop projects seamlessly",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "conversation-handoff-mcp",
9
+ "command": "npx conversation-handoff-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["handoff", "receive", "clear"],
15
+ "verified": false,
16
+ "source": "https://github.com/trust-delta/conversation-handoff-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "cortex",
3
+ "name": "Cortex",
4
+ "description": "Local-first knowledge graph for developers with query, find, and watch capabilities",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "cortex",
9
+ "command": "npx cortex"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["query", "find", "watch"],
15
+ "verified": false,
16
+ "source": "https://github.com/gzoonet/cortex"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "devrag",
3
+ "name": "DevRAG",
4
+ "description": "Lightweight local RAG for semantic search over markdown files and documentation",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "github:tomohiro-owada/devrag",
9
+ "command": "go install github.com/tomohiro-owada/devrag@latest"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["index", "search"],
15
+ "verified": false,
16
+ "source": "https://github.com/tomohiro-owada/devrag"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "easy-obsidian-mcp",
3
+ "name": "Easy Obsidian MCP",
4
+ "description": "Interact with Obsidian vaults through MCP for reading, writing, and searching notes",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "easy-obsidian-mcp",
9
+ "command": "pip install easy-obsidian-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search", "read", "write", "append"],
15
+ "verified": false,
16
+ "source": "https://github.com/louis030195/easy-obsidian-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "engram",
3
+ "name": "Engram",
4
+ "description": "Intelligence layer for AI agents with explicit and implicit memory consolidation",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "engram",
9
+ "command": "npx engram"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["remember", "recall", "consolidate", "get_insights"],
15
+ "verified": false,
16
+ "source": "https://github.com/tstockham96/engram"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "gnosis-mcp",
3
+ "name": "Gnosis MCP",
4
+ "description": "Zero-config MCP server for searchable documentation with automatic indexing",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "gnosis-mcp",
9
+ "command": "pip install gnosis-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["load", "search", "query"],
15
+ "verified": false,
16
+ "source": "https://github.com/nicholasglazer/gnosis-mcp"
17
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "id": "graphlit-mcp-server",
3
+ "name": "Graphlit MCP Server",
4
+ "description": "Ingest from Slack, Discord, Drive, and GitHub into a RAG-ready knowledge base",
5
+ "category": "note-knowledge",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "graphlit-mcp-server",
9
+ "command": "npx graphlit-mcp-server"
10
+ },
11
+ "config": {
12
+ "env": {
13
+ "GRAPHLIT_API_KEY": ""
14
+ }
15
+ },
16
+ "tools": ["ingest", "retrieve", "query", "search"],
17
+ "verified": false,
18
+ "source": "https://github.com/graphlit/graphlit-mcp-server"
19
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "arxiv-cli",
3
+ "name": "arXiv CLI",
4
+ "description": "AI-ready search and fetch tool for arXiv papers",
5
+ "category": "reference-mgr",
6
+ "install": {
7
+ "runtime": "rust",
8
+ "package": "arxiv-cli",
9
+ "command": "cargo install arxiv-cli"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search", "fetch"],
15
+ "verified": false,
16
+ "source": "https://github.com/sonesuke/arxiv-cli"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "arxiv-search-mcp",
3
+ "name": "arXiv Search MCP",
4
+ "description": "Search and fetch papers from arXiv.org",
5
+ "category": "reference-mgr",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "arxiv-search-mcp",
9
+ "command": "npm install -g arxiv-search-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search", "fetch"],
15
+ "verified": false,
16
+ "source": "https://github.com/danimal141/arxiv-search-mcp"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "chiken",
3
+ "name": "Chiken",
4
+ "description": "Zotero, RAG, MCP, and deep research",
5
+ "category": "reference-mgr",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "chiken",
9
+ "command": "pip install chiken"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search", "annotate"],
15
+ "verified": false,
16
+ "source": "https://github.com/yuanjua/chiken"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "claude-scholar",
3
+ "name": "Claude Scholar",
4
+ "description": "Academic research config with Zotero MCP integration",
5
+ "category": "reference-mgr",
6
+ "install": {
7
+ "runtime": "python",
8
+ "package": "claude-scholar",
9
+ "command": "pip install claude-scholar"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["search_library", "get_citation"],
15
+ "verified": false,
16
+ "source": "https://github.com/Galaxy-Dawn/claude-scholar"
17
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "id": "devonthink-mcp",
3
+ "name": "DEVONthink MCP",
4
+ "description": "DEVONthink with bibliography metadata and AI classification",
5
+ "category": "reference-mgr",
6
+ "install": {
7
+ "runtime": "node",
8
+ "package": "devonthink-mcp",
9
+ "command": "npm install -g devonthink-mcp"
10
+ },
11
+ "config": {
12
+ "env": {}
13
+ },
14
+ "tools": ["is_running", "create_record", "search", "get_bib_metadata", "classify"],
15
+ "verified": false,
16
+ "source": "https://github.com/TomBener/devonthink-mcp"
17
+ }