Skip to main content
Glama

Shiranui

Shiranui is the Model Context Protocol(MCP) Server for retreiving the clinical standard contents in the CDISC Library.
This MCP server is built with Python FastMCP.

https://github.com/user-attachments/assets/9cd7e1a6-2750-4910-bb03-763c323b9f22

Support CDISC Library API

  • v2 Biomedical Concept Endpoints

  • v2 Dataset Specialization Endpoints

  • Controlled Terminology Codelist Endpoints

  • ADaM Variable Metadata Endpoints

  • SDTM Metadata Endpoints

  • CDASH Metadata Endpoints

  • SEND Metadata Endpoints

  • Search Tool

Related MCP server: Medical Terminologies MCP

Requirements

Installation

Download Shiranui from the Releases Page.

Mac and Linux

cd /your/shiranui/dir
uv sync

Set your API key as an environment variable named CDISC_LIBRARY_API_KEY.

Windows

Use back slash "\" for path separator charactor.

cd C:\your\shiranui\dir
uv sync

Set your API key as an environment variable named CDISC_LIBRARY_API_KEY.

Configure mcp client

LM Studio

Mac and Linux

{
  "mcpServers": {
    "Shiranui": {
      "command": "uv",
      "args": [
        "run",
        "/full/path/to/shiranui/dir/.venv/bin/shiranui"
      ]
    }
  }
}

Windows

Use slash"/" for path separator charactor.

{
  "mcpServers": {
    "Shiranui": {
      "command": "uv",
      "args": [
        "run",
        "C:/full/path/to/shiranui/dir/.venv/Scripts/shiranui"
      ]
    }
  }
}

You need to replace "/full/path/to/shiranui/dir" to match your own environment.
In addition to LM Studio, it may also work with Claude Desktop, Codename Goose, and other MCP Clients.

License

This project is licensed under the MIT License - see the LICENSE file for details.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
6wRelease cycle
4Releases (12mo)
Commit activity
Issues opened vs closed

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
    A
    quality
    D
    maintenance
    A TypeScript MCP server for interacting with CDISC Define-XML 2.0 and 2.1 files, enabling users to load, search, and retrieve clinical data metadata including datasets, variables, and codelists. It supports local file processing with document caching and provides responses in both JSON and Markdown formats.
    13
  • A
    license
    -
    quality
    D
    maintenance
    Enables querying and browsing SNOMED CT medical terminology concepts, including search, details, and hierarchy navigation via MCP tools.
    3
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that provides SNOMED CT clinical terminology lookup via any FHIR R4 terminology server supporting SNOMED CT and ECL. Offers tools for searching by term, fetching by code, and navigating the concept hierarchy.
    20
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • MCP server for AI access to Swagger by SmartBear.

  • MCP server for medicare-coverage

  • MCP server for the Inistate platform: module discovery, entry management, and activity submission.

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/i-akiya/Shiranui'

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