mirror of
https://github.com/jmagar/unraid-mcp
synced 2026-04-21 13:37:53 +00:00
38 lines
1 KiB
JSON
38 lines
1 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
||
|
|
"name": "tv.tootie/unraid-mcp",
|
||
|
|
"title": "Unraid MCP",
|
||
|
|
"description": "MCP server for Unraid API — provides tools to interact with an Unraid server's GraphQL API.",
|
||
|
|
"repository": {
|
||
|
|
"url": "https://github.com/jmagar/unraid-mcp",
|
||
|
|
"source": "github"
|
||
|
|
},
|
||
|
|
"version": "1.2.2",
|
||
|
|
"packages": [
|
||
|
|
{
|
||
|
|
"registryType": "pypi",
|
||
|
|
"registryBaseUrl": "https://pypi.org",
|
||
|
|
"identifier": "unraid-mcp",
|
||
|
|
"version": "1.2.2",
|
||
|
|
"runtimeHint": "uvx",
|
||
|
|
"transport": {
|
||
|
|
"type": "stdio"
|
||
|
|
},
|
||
|
|
"environmentVariables": [
|
||
|
|
{
|
||
|
|
"name": "UNRAID_API_URL",
|
||
|
|
"description": "Base URL of your Unraid server, e.g. http://192.168.1.100.",
|
||
|
|
"isRequired": true,
|
||
|
|
"isSecret": false
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "UNRAID_API_KEY",
|
||
|
|
"description": "Unraid API key for authentication.",
|
||
|
|
"isRequired": true,
|
||
|
|
"isSecret": true
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|