27 lines
954 B
JSON
27 lines
954 B
JSON
{
|
|
"name": "inou",
|
|
"description": "Access medical imaging (DICOM/MRI/CT/X-ray) and genomic data. Query lab results, explore genetic variants, and view diagnostic images through a privacy-first health data platform.",
|
|
"category": "health",
|
|
"mcpServers": {
|
|
"inou": {
|
|
"command": "node",
|
|
"args": ["~/.claude/mcp-servers/inou/server/index.js"],
|
|
"env": {}
|
|
}
|
|
},
|
|
"installation": {
|
|
"method": "oauth",
|
|
"url": "https://inou.com/install",
|
|
"notes": "Inou uses OAuth 2.0 authentication. Download the bridge from inou.com/install and authenticate with your inou account."
|
|
},
|
|
"features": [
|
|
"DICOM medical imaging viewer (MRI, CT, X-ray)",
|
|
"Genome variant browser (23andMe, AncestryDNA compatible)",
|
|
"Lab results with reference ranges",
|
|
"Privacy-first: all data encrypted, user-controlled"
|
|
],
|
|
"demo": "https://inou.com/demo",
|
|
"docs": "https://inou.com/api/docs",
|
|
"source": "https://inou.com"
|
|
}
|