Shiranui
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., "@Shiranuisearch for adverse events controlled terminology"
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.
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
Python v3.13 and UV were installed on your device.
You have the CDISC Library API Key.
Installation
Download Shiranui from the Releases Page.
Mac and Linux
cd /your/shiranui/dir
uv syncSet 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 syncSet 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.
This server cannot be installed
Maintenance
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
- 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/i-akiya/Shiranui'
If you have feedback or need assistance with the MCP directory API, please join our Discord server