jira-mcp
by LesterAJohn
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_NAME | No | Application name, default 'jira' | jira |
| VAULT_ADDR | No | Vault address | |
| POSTGRES_DB | No | PostgreSQL database name | |
| VAULT_TOKEN | No | Vault token | |
| JIRA_BASE_URL | No | Jira base URL (e.g., https://your-domain.atlassian.net) | |
| MCP_HTTP_HOST | No | HTTP server host | |
| MCP_HTTP_PATH | No | HTTP path for MCP endpoint | |
| MCP_HTTP_PORT | No | HTTP server port | |
| POSTGRES_HOST | No | PostgreSQL host for external services mode | |
| POSTGRES_PORT | No | PostgreSQL port | |
| POSTGRES_USER | No | PostgreSQL user | |
| JIRA_AUTH_MODE | No | Authentication mode: 'none', 'bearer', or 'basic' | |
| JIRA_API_PREFIX | No | Jira REST API prefix, default '/rest/api/3' | /rest/api/3 |
| JIRA_TIMEOUT_MS | No | Jira API timeout in milliseconds | |
| MCP_SERVER_NAME | No | MCP server name, default 'jira-mcp' | jira-mcp |
| JIRA_BEARER_TOKEN | No | Bearer token for Jira authentication | |
| POSTGRES_PASSWORD | No | PostgreSQL password | |
| MCP_ADMIN_AUTH_KEY | No | Optional authorization key required for mutating operations | |
| MCP_HTTP_AUTH_MODE | No | HTTP auth mode: 'token' | |
| MCP_SERVER_VERSION | No | Server version | |
| MCP_TRANSPORT_MODE | No | Transport mode: 'stdio', 'http', or 'both'. Default depends on launch method | stdio |
| JIRA_BASIC_PASSWORD | No | Password or API token for basic authentication | |
| JIRA_BASIC_USERNAME | No | Username for basic authentication | |
| MCP_HTTP_ALLOWED_IPS | No | Allowed IPs (comma-separated) | |
| MCP_HTTP_AUTH_TOKENS | No | Comma-separated list of allowed tokens | |
| MCP_HTTP_HEALTH_PATH | No | Health check path | |
| MCP_HTTP_MAX_BODY_BYTES | No | Maximum request body size in bytes | |
| MCP_HTTP_ALLOWED_ORIGINS | No | Allowed origins (comma-separated) | |
| MCP_HTTP_RATE_LIMIT_WINDOW_MS | No | Rate limit window in milliseconds | |
| MCP_HTTP_RATE_LIMIT_MAX_REQUESTS | No | Maximum requests per window |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/LesterAJohn/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server