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-agentverify MCP initialization and list tools"
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 Medical Agent — ModelScope Canary
This release is a lightweight deployment canary for ModelScope hosted STDIO. It verifies
package installation, uvx console startup, MCP initialization, tool discovery, and clean
JSON-RPC transport. It does not load models, patient data, or the six medical tools.
ModelScope hosted STDIO configuration
{
"mcpServers": {
"crc-lnm-medical-agent": {
"command": "uvx",
"args": [
"crc-lnm-medical-agent@1.0.11"
]
}
}
}In ModelScope, choose hosted deployment and STDIO. Set the command to uvx and add
exactly one argument: crc-lnm-medical-agent@1.0.11. Do not add a URL, host, port,
transport argument, or environment variable.
Related MCP server: Hello World MCP FastAPI Endpoint
Local verification
From the repository root, run the fail-fast Windows verification:
powershell -ExecutionPolicy Bypass -File scripts/release_verify.ps1The installed console process communicates only through MCP JSON-RPC on standard input
and output. scripts/smoke_stdio.py exercises initialize, tools/list, both tool calls,
and controlled shutdown.
Scope
The repository still contains the legacy medical implementation for later migration, but
setuptools excludes it from this canary wheel. Legacy HTTP, Docker, and Nexent guidance is
preserved in docs/LEGACY_HTTP_DEPLOYMENT.md and is not part of ModelScope plan A.
Research use only. This canary provides no medical output and must not be used for clinical decision-making.
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
- Alicense-qualityDmaintenanceA minimal, production-ready MCP server with a simple addition calculator tool that demonstrates integration with the Model Context Protocol.Last updated171MIT
- Flicense-qualityDmaintenanceA minimal Model Context Protocol server built with FastAPI that provides a basic "Hello World" resource and tool. Serves as a starting point for building and validating MCP client integrations with richer resources and tools.Last updated
- Flicense-qualityDmaintenanceA demonstration MCP server implementation with Docker support that provides a simple hello-world tool and includes a web-based inspector for interactive testing and exploration of MCP tools.Last updated
- Flicense-qualityDmaintenanceA Model Context Protocol server built with FastMCP that features dynamic tool loading and modular management via a dedicated tool directory. It supports both stdio and HTTP transport modes, enabling efficient development and deployment of custom MCP tools.Last updated
Related MCP Connectors
Scans MCP servers for tool poisoning, prompt injection and supply chain risks.
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Free MCP tools: the only MCP linter, health checks, cost estimation, and trust evaluation.
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/jiziyun149-cpu/crc-lnm-medical-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server