69
/ 100
5 days ago
glama

Jira MCP Server

Provides AI assistants with tools to query, filter, and analyze JIRA issues stored in Snowflake, enabling natural language interaction with issue data.

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.
🔐
You'll be asked for 3 credentials: SNOWFLAKE_PASSWORD, SNOWFLAKE_OAUTH_CLIENT_SECRET, SNOWFLAKE_TOKEN
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.
configMCP_TRANSPORTTransport protocol for MCP communication
configFASTMCP_HOST
configFASTMCP_PORT
configSNOWFLAKE_BASE_URLSnowflake API base URL (e.g., https://your-account.snowflakecomputing.com/api/v2)
configSNOWFLAKE_ACCOUNTSnowflake account identifier (e.g., your-account.snowflakecomputing.com)
configSNOWFLAKE_DATABASESnowflake database name containing your JIRA data
configSNOWFLAKE_SCHEMASnowflake schema name containing your JIRA tables
configSNOWFLAKE_WAREHOUSESnowflake warehouse name
configSNOWFLAKE_USERSnowflake username that has the public key registered
🔐 secretSNOWFLAKE_PASSWORDSnowflake password
configSNOWFLAKE_ROLESnowflake role to use (optional)
configINTERNAL_GATEWAY
configSNOWFLAKE_CONNECTION_METHODConnection method to use
configSNOWFLAKE_AUTHENTICATORSet to snowflake_jwt
configSNOWFLAKE_PRIVATE_KEY_FILEPath to private key file (PKCS#8 format)
configSNOWFLAKE_PRIVATE_KEY_FILE_PWDPrivate key password (optional, if key is encrypted)
configSNOWFLAKE_OAUTH_CLIENT_IDOAuth client ID
🔐 secretSNOWFLAKE_OAUTH_CLIENT_SECRETOAuth client secret
configSNOWFLAKE_OAUTH_TOKEN_URLOAuth token URL (optional)
🔐 secretSNOWFLAKE_TOKENYour Snowflake authentication token (Bearer token)
configENABLE_METRICSEnable Prometheus metrics collection
configMETRICS_PORTPort for metrics HTTP server
configENABLE_CACHING
configCACHE_TTL_SECONDS
configCACHE_MAX_SIZE
configMAX_HTTP_CONNECTIONS
configHTTP_TIMEOUT_SECONDS
configTHREAD_POOL_WORKERS
configRATE_LIMIT_PER_SECOND
configCONCURRENT_QUERY_BATCH_SIZE
// 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/redhat-community-ai-tools-jira-mcp-snowflake-1uht8t)](https://m8ven.ai/mcp/redhat-community-ai-tools-jira-mcp-snowflake-1uht8t)
commit: c5e0730ca1714abf4f6cf5444a18ba1dc8366878
code hash: 7ecaad6d9cb53fa27a87724658c2c74260a3081d3681906903069f12065401c7
verified: 6/21/2026, 10:48:08 AM
view raw JSON →