Skip to main content
Glama

CRC-LNM Medical Agent 1.0.14

这是面向 ModelScope 托管 STDIO 的完整懒加载纯 NumPy 单模型版本。一个 console script、一个进程内注册六个医学工具;initialize 和 tools/list 不读取模型参数或展开病例。第一次 crc_lnm_predict_multimodal 调用校验并加载唯一的 seed_2024 NumPy runtime asset,后续预测复用同一实例。默认安装不依赖 PyTorch、NVIDIA 或 CUDA 包。

更新说明 (v1.0.14)

  • 根本性重构:所有工具参数从 UUID4 / Literal / BaseModel 嵌套结构改为扁平化 str / int / float 原生类型

  • Nexent 兼容性修复:移除复杂 Pydantic 类型注解(UUID4Literal["1.1.0"]),避免 JSON Schema 中出现 anyOf / pattern 等复杂结构导致 Nexent 解析失败

  • 临床输入扁平化:将 clinical 嵌套对象展开为 clinical_age / clinical_male / clinical_type / clinical_t 四个独立参数

  • 简化类型注解:所有工具参数现接受原生 Python 类型(str / int / float),内部转 UUID 对象

  • 稳定的 description 字段:所有 6 个工具都有非空中文 description,符合 Nexent JSON-RPC 校验

Related MCP server: DROMA MCP Server

ModelScope 正式配置

{
  "mcpServers": {
    "crc-lnm-medical-agent": {
      "command": "uvx",
      "args": [
        "crc-lnm-medical-agent@1.0.14"
      ]
    }
  }
}

ModelScope 中选择托管部署和 STDIO;command 填 uvx,args 只填上面一个带版本参数。不要增加 URL、host、port、transport 参数或环境变量。

本地验收

powershell -ExecutionPolicy Bypass -File scripts/release_verify_full.ps1

六工具为模型信息、病例质控、CT 特征准备、病理特征准备、单模型预测和报告生成。内置病例仅为合成演示资源;本包只用于科研辅助,不构成诊断,所有输出均需专家复核。

Install Server
F
license - not found
A
quality
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (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.
    17
    6
    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.
    1
    Mozilla Public 2.0
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.
    22
    MIT
  • F
    license
    A
    quality
    C
    maintenance
    Enables analysis of bulk RNA-seq data using natural language queries, executing R and Python in a Docker container with automatic sample anonymization and privacy controls.
    7

View all related MCP servers

Related MCP Connectors

  • 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.

  • Free oncology data (research, trials, FDA approvals, news) plus IBM MAMMAL biomedical predictions.

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-legacy'

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