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: Define-XML MCP Server

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.

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