Skip to main content
Glama
jiziyun149-cpu

crc-lnm-medical-agent

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

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

Install Server
F
license - not found
B
quality
B
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

  • F
    license
    -
    quality
    D
    maintenance
    A 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
  • F
    license
    -
    quality
    D
    maintenance
    A 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
  • F
    license
    -
    quality
    D
    maintenance
    A 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

View all related MCP servers

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.

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/jiziyun149-cpu/crc-lnm-medical-agent'

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