Loading...
No commits yet
Not committed History
AGENTS.md • 3.8 KB

test2

SciTeX Cloud project with access to 145+ MCP tools.

Platform

You are running inside an Apptainer container on SciTeX Cloud — a browser-based
scientific research platform. Python 3.11 and the scitex package are pre-installed.
The MCP server is connected.

Web App Modules

  • Home - Project Hub (/) — Home page showing all user projects, activity feed, and quick actions.
  • App Maker - Custom Apps (/appmaker/) — Create, edit, and manage custom workspace modules.
  • Store - App Catalog (/apps/store/) — Browse, install, and publish community apps.
  • Clew - Pipeline DAG Editor (/clew/) — Pipeline DAG editor: create, chain, and run reproducible computational workflows with status tracking.
  • Console - Development Environment (/console/) — Development environment: file browser, terminal (SLURM + Apptainer), code execution, Jupyter notebooks.
  • Scholar - Literature Management (/scholar/) — Literature management: search papers (CrossRef/OpenAlex/Semantic Scholar), manage bibliography, explore citation graphs, download PDFs.
  • Tools - Shared Utilities (/tools/) — Shared utilities and tools for project management.
  • Vis - Data Visualization (/vis/) — Data visualization and figure management: view plots, manage figure recipes, export publication-ready figures.
  • Workspace - Unified Layout (/workspace/) — Unified three-column layout: AI pane | worktree | module content. Modules switch without losing AI/worktree state.
  • Writer - Scientific Manuscript Editor (/writer/) — Scientific manuscript editor: LaTeX editing with live preview, figure/table management, bibliography, PDF compilation.

Available Skills & Tools

  • App Maker - Custom Apps: Create modules from templates, Edit module source code, Preview and test modules
  • Clew - Pipeline DAG Editor: Create and edit pipeline chains, Run pipelines with status tracking, View pipeline statistics and results (tools: clew_*)
  • Console - Development Environment: Browse and edit project files, Run terminal commands, Execute Python/Jupyter notebooks (tools: project_*, introspect_*, template_*)
  • Home - Project Hub: View all user projects, Activity feed and recent changes, Quick-navigate to any module
  • Scholar - Literature Management: Search papers by keyword, DOI, or author, Manage bibliography (BibTeX import/export), Explore citation graphs (references and citations) (tools: crossref_*, scholar_*, openalex_*)
  • Store - App Catalog: Browse and search community apps, Install and uninstall apps, Star and review apps
  • Tools - Shared Utilities: File format converters, Project validators and linters, Utility functions and helpers
  • Vis - Data Visualization: Create and edit plots via MCP tools, Compose multi-panel figures, Export publication-ready figures (tools: plt_*)
  • Workspace - Unified Layout:
  • Writer - Scientific Manuscript Editor: Edit LaTeX manuscript sections, Compile manuscript to PDF, Manage figures and tables (tools: writer_*)

MCP Tool Examples

Module Example Tools
Clew clew_run, clew_chain, clew_status
Console project_list_files, project_read_file, introspect_signature
Scholar scholar_search_papers, scholar_fetch_papers, crossref_search
Vis plt_plot, plt_compose, plt_crop
Writer writer_compile_manuscript, writer_add_figure, writer_add_bibentry

Usage

import scitex as stx

@stx.session
def main(plt=stx.INJECTED, logger=stx.INJECTED):
    stx.io.save(data, "results.csv")
    return 0

MCP Tools

The scitex MCP server provides 145+ tools.
Run agents sync to push this config to your AI coding tool.
Run /mcp in Claude Code to list all available tools.
stx-show <file> in terminal displays images/plots in the browser.