io.github.kastelldev/kastell✓
io.github.kastelldev/kastell · v1.14.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kastelldev/kastell",
"description": "Server security audit (413 checks), hardening, and fleet management across 4 cloud providers.",
"repository": {
"url": "https://github.com/kastelldev/kastell",
"source": "github"
},
"version": "1.14.0",
"packages": [
{
"registryType": "npm",
"identifier": "kastell",
"version": "1.14.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hetzner Cloud API token (optional — only for Hetzner servers)",
"format": "string",
"isSecret": true,
"name": "HETZNER_TOKEN"
},
{
"description": "DigitalOcean API token (optional — only for DigitalOcean servers)",
"format": "string",
"isSecret": true,
"name": "DIGITALOCEAN_TOKEN"
},
{
"description": "Vultr API token (optional — only for Vultr servers)",
"format": "string",
"isSecret": true,
"name": "VULTR_TOKEN"
},
{
"description": "Linode API token (optional — only for Linode servers)",
"format": "string",
"isSecret": true,
"name": "LINODE_TOKEN"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}