jiri-mcp
jiri-mcp — Jira MCP Server
Ein MCP-Server (Model Context Protocol), der KI-Agenten mit Jira Cloud verbindet und die Verwaltung von Issues in natürlicher Sprache ermöglicht.
Funktionen
Tool | Beschreibung |
| Sucht Issues per JQL |
| Ruft vollständige Issue-Details ab |
| Erstellt neue Issues |
| Aktualisiert Issue-Felder |
| Fügt Kommentare hinzu |
| Listet verfügbare Statusübergänge auf |
| Ändert den Issue-Status |
| Weist Issues zu oder hebt die Zuweisung auf |
| Listet zugängliche Projekte auf |
| Sucht Benutzer nach Name oder E-Mail |
Related MCP server: Jira Extended MCP Server
Einrichtung
1. Abhängigkeiten installieren
npm install2. Umgebung konfigurieren
Kopiere die Beispiel-Umgebungsdatei und trage deine Zugangsdaten ein:
cp .env.example .envDu benötigst:
JIRA_HOST — Deine Jira-Cloud-URL (z. B.
https://yourcompany.atlassian.net)JIRA_EMAIL — Deine Atlassian-Konto-E-Mail
JIRA_API_TOKEN — API-Token von Atlassian API Tokens
3. Build
npm run buildVerwendung
Mit Antigravity
Kopiere mcp_config.json in dein Antigravity-Konfigurationsverzeichnis und aktualisiere die Umgebungsvariablen:
# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json
# Or project-specific
cp mcp_config.json .agents/mcp_config.jsonBearbeite die kopierte Datei, um deine echten Zugangsdaten einzutragen:
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
"env": {
"JIRA_HOST": "https://yourcompany.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}Entwicklungsmodus
npm run devProduktionsmodus
npm run build
npm startBeispiel-Prompts
Sobald du verbunden bist, kannst du deinen KI-Agenten zum Beispiel Folgendes fragen:
"Suche nach offenen Issues im Projekt MYAPP"
"Wie ist der Status von MYAPP-123?"
"Erstelle einen Task in MYAPP: Behebe den Login-Timeout mit der Priorität Hoch"
"Bewege MYAPP-456 nach In Progress"
"Füge MYAPP-789 einen Kommentar hinzu: Fix ins Staging ausgerollt"
"Wem ist MYAPP-321 zugewiesen?"
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.65Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jira Cloud issues, supporting create, read, update, delete, search, and transition operations via natural language.36MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
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/chatchawarn035/jira-mcp-type-script'
If you have feedback or need assistance with the MCP directory API, please join our Discord server