Skip to main content
Glama

CRC-LNM Multimodal Research Assistant MCP

This MCP server provides a six-tool, research-assistance workflow for allowlisted, deidentified CRC-LNM cases. It accepts only precomputed 1409-dimensional CT features, 768-dimensional pathology features, and four clinical values. It does not accept raw imaging files, file paths, or external feature vectors.

ModelScope Hosted STDIO Configuration

Publish the wheel to PyPI before selecting ModelScope hosted STDIO deployment. The first and only server configuration is valid JSON without comments and uses the PyPI package rather than repository files or local paths.

{
  "mcpServers": {
    "crc-lnm-research-assistant": {
      "command": "uvx",
      "args": [
        "crc-lnm-medical-agent@1.0.5",
        "--transport",
        "stdio"
      ],
      "env": {
        "UV_TORCH_BACKEND": "cpu"
      }
    }
  }
}

When entering this configuration in the ModelScope web form, enter uvx in the command field only. Enter crc-lnm-medical-agent@1.0.5, --transport, and stdio as separate arguments. Do not paste a combined shell command such as uvx crc-lnm-medical-agent@1.0.5 --transport stdio into the command field. Set UV_TORCH_BACKEND=cpu in the server environment so the hosted Linux installation resolves CPU PyTorch packages instead of CUDA runtime packages.

The published wheel contains the immutable model bundle and trusted release JSONL. On first launch it creates a verified case-package cache and transient artifacts in a writable system cache directory. No local path argument is required. Set CRC_LNM_MCP_RUNTIME_ROOT only when an operator needs a different writable cache location.

Related MCP server: DROMA MCP Server

Verification Order

  1. Build and inspect the wheel, then run the console entry point from an unrelated working directory.

  2. Publish the verified wheel to PyPI and start it with the exact uvx command above.

  3. Let ModelScope complete list_tools, then manually test each required tool.

  4. Obtain the ModelScope URL, add it as a Nexent custom MCP service, enable the six tools, debug the agent, and verify a post-publication question.

docs/PLATFORM_DEPLOYMENT.md covers the separate authenticated Streamable HTTP container path. 使用说明.md documents the local release workflow and constraints.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    C
    quality
    D
    maintenance
    A server that enables AI assistants to interact with cancer genomics data from cBioPortal, allowing users to explore cancer studies, access genomic data, and retrieve mutations and clinical information.
    Last updated
    17
    5
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables natural language interactions with cancer pharmacogenomics data through the DROMA platform, supporting drug-omics association analysis, dataset management, molecular profile loading, and treatment response analysis across multiple research projects.
    Last updated
    1
    Mozilla Public 2.0
  • A
    license
    -
    quality
    F
    maintenance
    Enables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.
    Last updated
    23
    MIT

View all related MCP servers

Related MCP Connectors

  • Analyze biomarker panels with an MD-led clinical engine. Guideline-cited. Synthetic data only.

  • MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.

  • Diagnoses, drugs & lab codes: ICD-11, SNOMED, LOINC, RxNorm, MeSH, ATC, CID-10. 37 tools, MIT.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lisazhanggg0810-source/crc-lnm-medical-agent'

If you have feedback or need assistance with the MCP directory API, please join our Discord server