CRC-LNM Medical Agent
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CRC-LNM Medical AgentAnalyze case 413 for LNM risk using CT and pathology features."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Build and inspect the wheel, then run the console entry point from an unrelated working directory.
Publish the verified wheel to PyPI and start it with the exact
uvxcommand above.Let ModelScope complete
list_tools, then manually test each required tool.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.
This server cannot be installed
Maintenance
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
- AlicenseCqualityDmaintenanceA 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 updated175MIT
- Alicense-qualityDmaintenanceEnables 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 updated1Mozilla Public 2.0
- AlicenseAqualityBmaintenanceEnables analysis of clinical trial protocols using MCP tools for document listing, entity extraction, adverse event clustering, and summarization.Last updated41MIT
- Alicense-qualityFmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.Last updated23MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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