Spaces:
Sleeping
Sleeping
| title: GLUE Agent MCP | |
| emoji: 𧬠| |
| colorFrom: blue | |
| colorTo: purple | |
| sdk: docker | |
| app_port: 7860 | |
| pinned: false | |
| # GLUE Agent MCP Server | |
| Remote MCP (Model Context Protocol) server for **GLUE** (Graph-Linked Unified Embedding) multi-omics data integration. | |
| ## Tools | |
| ### Preprocessing | |
| - **glue_preprocess_scrna** β Preprocess scRNA-seq data with HVG selection, normalization, and PCA | |
| - **glue_preprocess_scatac** β Preprocess scATAC-seq data with LSI dimension reduction | |
| - **glue_construct_regulatory_graph** β Construct prior regulatory graph linking RNA and ATAC features | |
| ### Training | |
| - **glue_configure_datasets** β Configure RNA-seq and ATAC-seq datasets for GLUE model training | |
| - **glue_train_model** β Train GLUE model for multi-omics integration | |
| - **glue_check_integration_consistency** β Evaluate integration quality with consistency scores | |
| - **glue_generate_embeddings** β Generate cell and feature embeddings from trained GLUE model | |
| ## Usage | |
| Add to your MCP client config: | |
| ```json | |
| { | |
| "mcpServers": { | |
| "GLUE_Agent": { | |
| "url": "https://dmannk-glue-agent-mcp.hf.space/mcp" | |
| } | |
| } | |
| } | |
| ``` | |