Spark SQL✓
io.github.aidancorrell/spark-sql-mcp-server · v0.1.2
{}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.aidancorrell/spark-sql-mcp-server",
"description": "Query Spark SQL clusters via Thrift/HiveServer2. Works with Spark, EMR, Hive, Impala.",
"title": "Spark SQL",
"repository": {
"url": "https://github.com/aidancorrell/spark-sql-mcp-server",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "spark-sql-mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Hostname of the Spark Thrift Server",
"isRequired": true,
"format": "string",
"name": "SPARK_HOST"
},
{
"description": "Port of the Spark Thrift Server (default: 10000)",
"format": "number",
"name": "SPARK_PORT"
},
{
"description": "Default database to use",
"format": "string",
"name": "SPARK_DATABASE"
},
{
"description": "Authentication method: NONE, LDAP, KERBEROS, CUSTOM, or NOSASL",
"format": "string",
"name": "SPARK_AUTH"
},
{
"description": "Username for LDAP authentication",
"format": "string",
"name": "SPARK_USERNAME"
},
{
"description": "Password for LDAP authentication",
"format": "string",
"isSecret": true,
"name": "SPARK_PASSWORD"
},
{
"description": "Kerberos service name (default: hive)",
"format": "string",
"name": "SPARK_KERBEROS_SERVICE_NAME"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}