69
/ 100
13 days ago
glama

Spark SQL MCP Server

An MCP server that enables AI assistants to query Spark SQL clusters via the Thrift/HiveServer2 protocol.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: SPARK_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSPARK_HOSTexport ="your-emr-master-node.amazonaws.com"
configSPARK_AUTHexport ="NONE" # NONE LDAP KERBEROS CUSTOM NOSASL
configSPARK_PORTexport ="10000" # default
configSPARK_DATABASEexport ="default" # default
configSPARK_USERNAMEexport ="your-username"
🔐 secretSPARK_PASSWORDexport ="your-password"
configSPARK_KERBEROS_SERVICE_NAMEexport ="hive" # default
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/aidancorrell-spark-sql-mcp-server-b726f3)](https://m8ven.ai/mcp/aidancorrell-spark-sql-mcp-server-b726f3)
commit: 691cee7506f6d86327c78f62547cb5c5cb86abf3
code hash: 410170290daa6dbc8a55dee40b877e8fbf4ec6f87d16810a772531aed1462985
verified: 7/18/2026, 7:57:53 AM
view raw JSON →