jira-sisoog-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JIRA_BASE_URL | Yes | The base URL of the Jira instance. Defaults to https://jira.sisoog.com | https://jira.sisoog.com |
| JIRA_USERNAME | Yes | The Jira username | |
| JIRA_API_TOKEN | Yes | The Jira password or Personal Access Token | |
| JIRA_AUTH_TYPE | No | Authentication type: 'basic' (default) or 'bearer' | basic |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| jira_myselfA | Verify Jira authentication and return the current user profile. |
| jira_searchA | Search Jira issues with JQL. Example: assignee = currentUser() AND resolution = Unresolved ORDER BY updated DESC |
| jira_get_issueA | Get full details for a Jira issue by key (e.g. APP-1851). |
| jira_add_worklogC | Log work on an issue. timeSpent uses Jira format like 1h, 30m, 2h 15m. |
| jira_get_worklogsB | List worklogs for an issue. |
| jira_update_worklogA | Update an existing worklog (timeSpent, started, comment). Prefer this over UpdateWorklog.jspa. |
| jira_delete_worklogB | Delete a worklog from an issue. |
| jira_update_issueB | Update common issue fields (summary, description, labels, assignee username). |
| jira_get_transitionsA | List available status transitions for an issue. |
| jira_transition_issueA | Transition an issue to another status using a transition id from jira_get_transitions. |
| jira_add_commentA | Add a comment to an issue. |
| jira_my_open_issuesB | Shortcut: list unresolved issues assigned to the current user. |
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/mohammad-k13/jira-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server