Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_PORT | No | Port for HTTP/SSE transports | 8000 |
JIRA_TIMEOUT | No | HTTP timeout in seconds | 30 |
JIRA_API_USER | Yes | Your Jira username/email address | |
JIRA_BASE_URL | Yes | Your Jira instance URL (e.g., https://company.atlassian.net) | |
MCP_LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
MCP_TRANSPORT | No | Transport method (stdio, http, sse) | stdio |
JIRA_API_TOKEN | Yes | Your Jira API token |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |