Shiranui

i-akiya/Shiranui

3.3

If you are the rightful owner of Shiranui and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

Shiranui is a Model Context Protocol (MCP) Server designed to retrieve clinical standard contents from the CDISC Library.

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

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 file for details.