MCPHub LabRegistryStarlitnightly/omicverse
Starlitnightly

Starlitnightly/omicverse

Built by Starlitnightly β€’ 934 stars

What is Starlitnightly/omicverse?

A python library for multi omics included bulk, single cell and spatial RNA-seq analysis.

How to use Starlitnightly/omicverse?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add Starlitnightly/omicverse using the following command: npx @modelcontextprotocol/starlitnightly-omicverse 4. Restart the client and verify the new tools are active.
πŸ›‘οΈ Scoped (Restricted)
npx @modelcontextprotocol/starlitnightly-omicverse --scope restricted
πŸ”“ Unrestricted Access
npx @modelcontextprotocol/starlitnightly-omicverse

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

Starlitnightly/omicverse FAQ

Q

Is Starlitnightly/omicverse safe?

Yes, Starlitnightly/omicverse follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is Starlitnightly/omicverse up to date?

Starlitnightly/omicverse is currently active in the registry with 934 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for Starlitnightly/omicverse?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<img src="https://raw.githubusercontent.com/Starlitnightly/ImageStore/main/omicverse_img/firstpage.webp" > <div align="center"> <a href="READMEM/README_CN.md">δΈ­ζ–‡</a> | <a href="READMEM/README_ES.md">EspaΓ±ol</a> | <a href="READMEM/README_JP.md">ζ—₯本θͺž</a> | <a href="READMEM/README_DE.md">Deutsch</a> | <a href="READMEM/README_FR.md">FranΓ§ais</a> | <a href="READMEM/README_KR.md">ν•œκ΅­μ–΄</a>
CI/CDpre-commit.ci status
DocsDocumentation Status Preprint
PackagePyPI - Version pypi download Conda-forge badge Docker image
Metascverse-badge License Star Citations
</div>

OmicVerse is the fundamental package for multi omics included bulk ,single cell and spatial RNA-seq analysis with Python. For more information, please read our paper: OmicVerse: a framework for bridging and deepening insights across bulk and single-cell sequencing

[!IMPORTANT]

Star Us, You will receive all release notifications from GitHub without any delay ~ ⭐️

If you like OmicVerse and want to support our mission, please consider making a πŸ’—donation to support our efforts.

<details> <summary><kbd>Star History</kbd></summary> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=Starlitnightly%2Fomicverse&theme=dark&type=Date"> <img width="100%" src="https://api.star-history.com/svg?repos=Starlitnightly%2Fomicverse&type=Date"> </picture> </details>

1 Introduction

OmicVerse v2 is a unified Python project for modern transcriptomics and multi-omics analysis. It brings together bulk RNA-seq, single-cell, spatial transcriptomics, downstream visualization, model-based analysis, and AI-assisted workflows in one package and documentation system.

[!NOTE] OmicVerse v2 is organized as a broader analysis platform rather than a single-method package. In addition to core analysis modules, it now includes agent-style workflows through J.A.R.V.I.S., MCP-based tool serving for AI clients, and a growing documentation/tutorial system under omicverse_guide.

omicverse-light omicverse-dark

2 Directory structure

.
β”œβ”€β”€ omicverse                  # Main Python package
β”œβ”€β”€ omicverse_guide            # Documentation files
β”œβ”€β”€ omicverse_web              # Web Analysis Platform
β”œβ”€β”€ sample                     # Some test data
β”œβ”€β”€ LICENSE
└── README.md

3 General Getting Started

OmicVerse can be installed via conda or pypi and you need to install pytorch at first. Please refer to the installation tutorial for more detailed installation steps and adaptations for different platforms (Windows, Linux or Mac OS).

You can use conda install omicverse -c conda-forge or pip install -U omicverse for installation.

Please checkout the documentations and tutorials at omicverse page or omicverse.readthedocs.io.

4 J.A.R.V.I.S Getting Started

4.1 OpenClaw

OmicVerse provide an directly interact analysis with OpenClaw project. You can use

omicverse claw 'help me annotate the lung scrna-seq'

This module supported by ov.Agent function. And i think that will be convinent for you to analysis the anndata using OpenClaw.

The full tutorial could be found at here

4.2 MCP Server (Model Context Protocol)

OmicVerse provide an MCP server that exposes registered analysis tools to AI assistants (Claude Code, etc.) via the standard Model Context Protocol.

# Install with MCP dependencies
pip install -e "omicverse[mcp]"

# Start the server (stdio transport)
python -m omicverse.mcp        # or: omicverse-mcp
python -m omicverse.mcp --phase P0   # core pipeline tools only

The full tutorial could be found at here

4.3 J.A.R.V.I.S Msg system

If you want to analysis the AnnData using Mobile Phone, maybe you can try

# Install with jarvis dependencies
pip install "omicverse[jarvis]"

# Start to chat with JARVIS using telegram
omicverse jarvis --channel telegram --token "$TELEGRAM_BOT_TOKEN"

The full tutorial could be found at here

4 Data Framework and Reference

The omicverse is implemented as an infrastructure based on the following four data structures.

<div align="center"> <table> <tr> <td> <a href="https://github.com/pandas-dev/pandas">pandas</a></td> <td> <a href="https://github.com/scverse/anndata">anndata</a></td> <td> <a href="https://github.com/numpy/numpy">numpy</a></td> <td> <a href="https://github.com/scverse/mudata">mudata</a></td> </tr> </table> </div>

The table contains the tools have been published

<div align="center"> <table> <tr> <td align="center">Scanpy<br><a href="https://github.com/scverse/scanpy">πŸ“¦</a> <a href="https://link.springer.com/article/10.1186/s13059-017-1382-0">πŸ“–</a></td> <td align="center">dynamicTreeCut<br><a href="https://github.com/kylessmith/dynamicTreeCut">πŸ“¦</a> <a href="https://academic.oup.com/bioinformatics/article/24/5/719/200751">πŸ“–</a></td> <td align="center">scDrug<br><a href="https://github.com/ailabstw/scDrug">πŸ“¦</a> <a href="https://www.sciencedirect.com/science/article/pii/S2001037022005505">πŸ“–</a></td> <td align="center">MOFA<br><a href="https://github.com/bioFAM/mofapy2">πŸ“¦</a> <a href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-020-02015-1">πŸ“–</a></td> <td align="center">COSG<br><a href="https://github.com/genecell/COSG">πŸ“¦</a> <a href="https://academic.oup.com/bib/advance-article-abstract/doi/10.1093/bib/bbab579/6511197?redirectedFrom=fulltext">πŸ“–</a></td> <td align="center">CellphoneDB<br><a href="https://github.com/ventolab/CellphoneDB">πŸ“¦</a> <a href="https://www.nature.com/articles/s41586-018-0698-6">πŸ“–</a></td> </tr> <tr> <td align="center">AUCell<br><a href="https://github.com/aertslab/AUCell">πŸ“¦</a> <a href="https://bioconductor.org/packages/AUCell">πŸ“–</a></td> <td align="center">Bulk2Space<br><a href="https://github.com/ZJUFanLab/bulk2space">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-022-34271-z">πŸ“–</a></td> <td align="center">SCSA<br><a href="https://github.com/bioinfo-ibms-pumc/SCSA">πŸ“¦</a> <a href="https://doi.org/10.3389/fgene.2020.00490">πŸ“–</a></td> <td align="center">WGCNA<br><a href="http://www.genetics.ucla.edu/labs/horvath/CoexpressionNetwork/Rpackages/WGCNA">πŸ“¦</a> <a href="https://bmcbioinformatics.biomedcentral.com/articles/10.1186/1471-2105-9-559">πŸ“–</a></td> <td align="center">StaVIA<br><a href="https://github.com/ShobiStassen/VIA">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-021-25773-3">πŸ“–</a></td> <td align="center">pyDEseq2<br><a href="https://github.com/owkin/PyDESeq2">πŸ“¦</a> <a href="https://www.biorxiv.org/content/10.1101/2022.12.14.520412v1">πŸ“–</a></td> </tr> <tr> <td align="center">NOCD<br><a href="https://github.com/shchur/overlapping-community-detection">πŸ“¦</a> <a href="https://arxiv.org/abs/1909.12201">πŸ“–</a></td> <td align="center">SIMBA<br><a href="https://github.com/pinellolab/simba">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-023-01899-8">πŸ“–</a></td> <td align="center">GLUE<br><a href="https://github.com/gao-lab/GLUE">πŸ“¦</a> <a href="https://www.nature.com/articles/s41587-022-01284-4">πŸ“–</a></td> <td align="center">MetaTiME<br><a href="https://github.com/yi-zhang/MetaTiME">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-023-38333-8">πŸ“–</a></td> <td align="center">TOSICA<br><a href="https://github.com/JackieHanLab/TOSICA">πŸ“¦</a> <a href="https://doi.org/10.1038/s41467-023-35923-4">πŸ“–</a></td> <td align="center">Harmony<br><a href="https://github.com/slowkow/harmonypy/">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-019-0619-0">πŸ“–</a></td> </tr> <tr> <td align="center">Scanorama<br><a href="https://github.com/brianhie/scanorama">πŸ“¦</a> <a href="https://www.nature.com/articles/s41587-019-0113-3">πŸ“–</a></td> <td align="center">Combat<br><a href="https://github.com/epigenelabs/pyComBat/">πŸ“¦</a> <a href="https://doi.org/10.1101/2020.03.17.995431">πŸ“–</a></td> <td align="center">TAPE<br><a href="https://github.com/poseidonchan/TAPE">πŸ“¦</a> <a href="https://doi.org/10.1038/s41467-022-34550-9">πŸ“–</a></td> <td align="center">SEACells<br><a href="https://github.com/dpeerlab/SEACells">πŸ“¦</a> <a href="https://www.nature.com/articles/s41587-023-01716-9">πŸ“–</a></td> <td align="center">Palantir<br><a href="https://github.com/dpeerlab/Palantir">πŸ“¦</a> <a href="https://doi.org/10.1038/s41587-019-0068-49">πŸ“–</a></td> <td align="center">STAGATE<br><a href="https://github.com/QIFEIDKN/STAGATE_pyG">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-022-29439-6">πŸ“–</a></td> </tr> <tr> <td align="center">scVI<br><a href="https://github.com/scverse/scvi-tools">πŸ“¦</a> <a href="https://doi.org/10.1038/s41587-021-01206-w">πŸ“–</a></td> <td align="center">MIRA<br><a href="https://github.com/cistrome/MIRA">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-022-01595-z">πŸ“–</a></td> <td align="center">Tangram<br><a href="https://github.com/broadinstitute/Tangram/">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-021-01264-7">πŸ“–</a></td> <td align="center">STAligner<br><a href="https://github.com/zhoux85/STAligner">πŸ“¦</a> <a href="https://doi.org/10.1038/s43588-023-00528-w">πŸ“–</a></td> <td align="center">CEFCON<br><a href="https://github.com/WPZgithub/CEFCON">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-023-44103-3">πŸ“–</a></td> <td align="center">PyComplexHeatmap<br><a href="https://github.com/DingWB/PyComplexHeatmap">πŸ“¦</a> <a href="https://doi.org/10.1002/imt2.115">πŸ“–</a></td> </tr> <tr> <td align="center">STT<br><a href="https://github.com/cliffzhou92/STT/">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02266-x#Sec2">πŸ“–</a></td> <td align="center">SLAT<br><a href="https://github.com/gao-lab/SLAT">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-023-43105-5">πŸ“–</a></td> <td align="center">GPTCelltype<br><a href="https://github.com/Winnie09/GPTCelltype">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02235-4">πŸ“–</a></td> <td align="center">PROST<br><a href="https://github.com/Tang-Lab-super/PROST">πŸ“¦</a> <a href="https://doi.org/10.1038/s41467-024-44835-w">πŸ“–</a></td> <td align="center">CytoTrace2<br><a href="https://github.com/digitalcytometry/cytotrace2">πŸ“¦</a> <a href="https://doi.org/10.1101/2024.03.19.585637">πŸ“–</a></td> <td align="center">GraphST<br><a href="https://github.com/JinmiaoChenLab/GraphST">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-023-36796-3#citeas">πŸ“–</a></td> </tr> <tr> <td align="center">COMPOSITE<br><a href="https://github.com/CHPGenetics/COMPOSITE/">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-024-49448-x#Abs1">πŸ“–</a></td> <td align="center">mellon<br><a href="https://github.com/settylab/mellon">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02302-w">πŸ“–</a></td> <td align="center">starfysh<br><a href="https://github.com/azizilab/starfysh">πŸ“¦</a> <a href="http://dx.doi.org/10.1038/s41587-024-02173-8">πŸ“–</a></td> <td align="center">COMMOT<br><a href="https://github.com/zcang/COMMOT">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-022-01728-4">πŸ“–</a></td> <td align="center">flowsig<br><a href="https://github.com/axelalmet/flowsig">πŸ“¦</a> <a href="https://doi.org/10.1038/s41592-024-02380-w">πŸ“–</a></td> <td align="center">pyWGCNA<br><a href="https://github.com/mortazavilab/PyWGCNA">πŸ“¦</a> <a href="https://doi.org/10.1093/bioinformatics/btad415">πŸ“–</a></td> </tr> <tr> <td align="center">CAST<br><a href="https://github.com/wanglab-broad/CAST">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02410-7">πŸ“–</a></td> <td align="center">scMulan<br><a href="https://github.com/SuperBianC/scMulan">πŸ“¦</a> <a href="https://link.springer.com/chapter/10.1007/978-1-0716-3989-4_57">πŸ“–</a></td> <td align="center">cellANOVA<br><a href="https://github.com/Janezjz/cellanova">πŸ“¦</a> <a href="https://www.nature.com/articles/s41587-024-02463-1">πŸ“–</a></td> <td align="center">BINARY<br><a href="https://github.com/senlin-lin/BINARY/">πŸ“¦</a> <a href="https://www.sciencedirect.com/science/article/pii/S2666979X24001319">πŸ“–</a></td> <td align="center">GASTON<br><a href="https://github.com/raphael-group/GASTON">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02503-3">πŸ“–</a></td> <td align="center">pertpy<br><a href="https://github.com/scverse/pertpy">πŸ“¦</a> <a href="https://www.biorxiv.org/content/early/2024/08/07/2024.08.04.606516">πŸ“–</a></td> </tr> <tr> <td align="center">inmoose<br><a href="https://github.com/epigenelabs/inmoose">πŸ“¦</a> <a href="https://www.nature.com/articles/s41598-025-03376-y">πŸ“–</a></td> <td align="center">memento<br><a href="https://github.com/yelabucsf/scrna-parameter-estimation">πŸ“¦</a> <a href="https://www.cell.com/cell/fulltext/S0092-8674(24)01144-9">πŸ“–</a></td> <td align="center">GSEApy<br><a href="https://github.com/zqfang/GSEApy">πŸ“¦</a> <a href="https://academic.oup.com/bioinformatics/article-abstract/39/1/btac757/6847088">πŸ“–</a></td> <td align="center">marsilea<br><a href="https://github.com/Marsilea-viz/marsilea/">πŸ“¦</a> <a href="https://genomebiology.biomedcentral.com/articles/10.1186/s13059-024-03469-3">πŸ“–</a></td> <td align="center">scICE<br><a href="https://github.com/Mathbiomed/scICE">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-025-60702-8">πŸ“–</a></td> <td align="center">sude<br><a href="https://github.com/ZPGuiGroupWhu/sude">πŸ“¦</a> <a href="https://www.nature.com/articles/s42256-025-01112-9">πŸ“–</a></td> </tr> <tr> <td align="center">GeneFromer<br><a href="https://huggingface.co/ctheodoris/Geneformer">πŸ“¦</a> <a href="https://www.nature.com/articles/s41586-023-06139-9">πŸ“–</a></td> <td align="center">scGPT<br><a href="https://github.com/bowang-lab/scGPT">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02201-0">πŸ“–</a></td> <td align="center">scFoundation<br><a href="https://github.com/biomap-research/scFoundation">πŸ“¦</a> <a href="https://www.nature.com/articles/s41592-024-02305-7">πŸ“–</a></td> <td align="center">UCE<br><a href="https://github.com/snap-stanford/UCE">πŸ“¦</a> <a href="https://www.biorxiv.org/content/10.1101/2023.11.28.568918v1.full.pdf">πŸ“–</a></td> <td align="center">CellPLM<br><a href="https://github.com/OmicsML/CellPLM">πŸ“¦</a> <a href="https://www.biorxiv.org/content/10.1101/2023.10.03.560734v1">πŸ“–</a></td> <td align="center">kb_python<br><a href="https://github.com/pachterlab/kb_python">πŸ“¦</a> <a href="https://doi.org/10.1038/s41596-024-01057-0">πŸ“–</a></td> </tr> <tr> <td align="center">Scaden<br><a href="https://github.com/KevinMenden/scaden">πŸ“¦</a> <a href="https://www.science.org/doi/10.1126/sciadv.aba2619">πŸ“–</a></td> <td align="center">BayesPrime<br><a href="https://github.com/Danko-Lab/BayesPrism">πŸ“¦</a> <a href="https://github.com/ziluwang829/pyBayesPrism">πŸ“¦</a> <a href="https://www.nature.com/articles/s43018-022-00356-3">πŸ“–</a></td> <td align="center">InstaPrime<br><a href="https://github.com/humengying0907/InstaPrism">πŸ“¦</a> <a href="https://academic.oup.com/bioinformatics/article/40/7/btae440/7708397">πŸ“–</a></td> <td align="center">Cellpytist<br><a href="https://github.com/Teichlab/celltypist">πŸ“¦</a> <a href="https://www.science.org/doi/10.1126/science.abl5197">πŸ“–</a></td> <td align="center">latentvelo<br><a href="https://github.com/Spencerfar/LatentVelo">πŸ“¦</a> <a href="https://www.cell.com/cell-reports-methods/fulltext/S2667-2375(23)00225-4">πŸ“–</a></td> <td align="center">graphvelo<br><a href="https://github.com/xing-lab-pitt/GraphVelo">πŸ“¦</a> <a href="https://www.nature.com/articles/s41467-025-62784-w">πŸ“–</a></td> </tr> <tr> <td align="center">scvelo<br><a href="https://github.com/theislab/scvelo">πŸ“¦</a> <a href="http://dx.doi.org/10.1038/s41587-020-0591-3">πŸ“–</a></td> <td align="center">Dynamo<br><a href="https://github.com/aristoteleo/dynamo-release">πŸ“¦</a> <a href="https://www.sciencedirect.com/science/article/pii/S0092867421015774">πŸ“–</a></td> <td align="center">CONCORD<br><a href="https://github.com/Gartner-Lab/Concord/">πŸ“¦</a> <a href="https://www.nature.com/articles/s41587-025-02950-z">πŸ“–</a></td> <td align="center">FlashDeconv<br><a href="https://github.com/cafferychen777/FlashDeconv">πŸ“¦</a> <a href="https://doi.org/10.64898/2025.12.22.696108">πŸ“–</a></td> <td align="center">Hospot<br><a href="https://github.com/yoseflab/hotspot">πŸ“¦</a> <a href="https://www.sciencedirect.com/science/article/pii/S2405471221001149?via%3Dihub">πŸ“–</a></td> <td align="center">Banksy<br><a href="https://github.com/prabhakarlab/Banksy_py">πŸ“¦</a> <a href="https://www.nature.com/articles/s41588-024-01664-3#citeas">πŸ“–</a></td> </tr> <tr> <td align="center">STAR<br><a href="https://github.com/alexdobin/STAR">πŸ“¦</a> <a href="https://pubmed.ncbi.nlm.nih.gov/23104886/">πŸ“–</a></td> <td align="center">fastp<br><a href="https://github.com/aristoteleo/dynamo-release">πŸ“¦</a> <a href="https://www.sciencedirect.com/science/article/pii/S0092867421015774">πŸ“–</a></td> <td align="center">featureCounts<br><a href="https://github.com/ShiLab-Bioinformatics/subread">πŸ“¦</a> <a href="https://pubmed.ncbi.nlm.nih.gov/24227677/">πŸ“–</a></td> <td align="center">edgeR<br><a href="https://bioconductor.org/packages/devel/bioc/html/edgeR.html">πŸ“¦</a> <a href="https://academic.oup.com/nar/article/doi/10.1093/nar/gkaf018/7973897">πŸ“–</a></td> <td align="center">spaco<br><a href="https://github.com/BrainStOrmics/Spaco">πŸ“¦</a> <a href="https://www.cell.com/patterns/fulltext/S2666-3899(23)00324-0">πŸ“–</a></td> </tr> </table> </div>

Included Package not published or preprint

  • [1] Cellula is to provide a toolkit for the exploration of scRNA-seq. These tools perform common single-cell analysis tasks
  • [2] pegasus is a tool for analyzing transcriptomes of millions of single cells. It is a command line tool, a python package and a base for Cloud-based analysis workflows.
  • [3] cNMF is an analysis pipeline for inferring gene expression programs from single-cell RNA-Seq (scRNA-Seq) data.

5 Contact

6 Developer Guild and Contributing

If you would like to contribute to omicverse, please refer to our developer documentation.

Running tests locally

Install the test dependencies and execute the suite with pytest:

pip install -e .[tests]
# or install the pinned latest requirements
pip install -r requirements-latest.txt

pytest

The optional tests extra and the requirements-latest.txt file now include pytest-asyncio>=0.23, which is required for the asynchronous streaming tests under tests/utils/.

<table align="center"> <tr> <th colspan="2"> <br><img src="https://contrib.rocks/image?repo=Starlitnightly/omicverse"><br><br> </th> </tr> </table>

[!IMPORTANT]
We would like to thank the following WeChat Official Accounts for promoting Omicverse.

<p align="center"> <a href="https://mp.weixin.qq.com/s/egAnRfr3etccU_RsN-zIlg" target="_blank" rel="noreferrer"> <img src="README.assets/image-20230701163953794.png" alt="linux" width="50" height="50"/> </a> <a href="https://zhuanlan.zhihu.com/c_1257815636945915904?page=3" target="_blank" rel="noreferrer"> <img src="README.assets/WechatIMG688.png" alt="linux" width="50" height="50"/> </a> </p>

7 Citation

If you use omicverse in your work, please cite the omicverse publication as follows:

OmicVerse: a framework for bridging and deepening insights across bulk and single-cell sequencing

Zeng, Z., Ma, Y., Hu, L. et al.

Nature Communication 2024 Jul 16. doi: 10.1038/s41467-024-50194-3.

Here are some other related packages, feel free to reference them if you use them!

CellOntologyMapper: Consensus mapping of cell type annotation

Zeng, Z., Wang, X., Du, H. et al.

imetaomics 2025 Nov 06. doi: 10.1002/imo2.70064.

8 Other

If you would like to sponsor the development of our project, you can go to the afdian website (https://ifdian.net/a/starlitnightly) and sponsor us.

Copyright Β© 2024 112 Lab. <br /> This project is GPL3.0 licensed.

<!-- LINK GROUP -->

Global Ranking

8.5
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "starlitnightly-omicverse": { "command": "npx", "args": ["starlitnightly-omicverse"] } } }