Jira MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METRICS_PORT | No | Port for metrics HTTP server. | 8000 |
| MCP_TRANSPORT | No | Transport protocol for MCP communication. | stdio |
| ENABLE_METRICS | No | Enable Prometheus metrics collection. | false |
| SNOWFLAKE_ROLE | No | Snowflake role to use (optional). | |
| SNOWFLAKE_USER | No | Snowflake username for private key or password authentication. | |
| SNOWFLAKE_TOKEN | No | Snowflake authentication token (Bearer token) for API method or OAuth token for connector OAuth method. | |
| SNOWFLAKE_SCHEMA | No | Snowflake schema name containing JIRA tables. | |
| SNOWFLAKE_ACCOUNT | No | Snowflake account identifier (e.g., your-account.snowflakecomputing.com) for connector method. | |
| SNOWFLAKE_BASE_URL | No | Snowflake API base URL (e.g., https://your-account.snowflakecomputing.com/api/v2) for REST API method. | |
| SNOWFLAKE_DATABASE | No | Snowflake database name containing JIRA data. | |
| SNOWFLAKE_PASSWORD | No | Snowflake password for password authentication. | |
| SNOWFLAKE_WAREHOUSE | No | Snowflake warehouse name for connector method. | |
| SNOWFLAKE_AUTHENTICATOR | No | Authentication method for connector: 'snowflake_jwt', 'snowflake', 'oauth_client_credentials', or 'oauth'. | snowflake |
| SNOWFLAKE_OAUTH_CLIENT_ID | No | OAuth client ID for client credentials flow. | |
| SNOWFLAKE_OAUTH_TOKEN_URL | No | OAuth token URL (optional) for client credentials flow. | |
| SNOWFLAKE_PRIVATE_KEY_FILE | No | Path to private key file (PKCS#8 format) for JWT authentication. | |
| SNOWFLAKE_CONNECTION_METHOD | No | Connection method: 'api' for REST API (default) or 'connector' for snowflake-connector-python. | api |
| SNOWFLAKE_OAUTH_CLIENT_SECRET | No | OAuth client secret for client credentials flow. | |
| SNOWFLAKE_PRIVATE_KEY_FILE_PWD | No | Private key password (optional) for encrypted key. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_jira_issuesC | |
| get_jira_issue_detailsB | |
| get_jira_project_summaryA | |
| get_jira_issue_linksA | |
| get_jira_issues_by_sprintA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/redhat-community-ai-tools/jira-mcp-snowflake'
If you have feedback or need assistance with the MCP directory API, please join our Discord server