@coretext-ai/coretext-91899627-3fbe-4a96-8501-4579eef67186
v1.0.1
Published
Coretext Jira Server
Downloads
12
Keywords
Readme
coretext-jira-server
Coretext Jira Server
Installation
npm install @coretext-ai/coretext-91899627-3fbe-4a96-8501-4579eef67186Configuration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_TOKEN: User-defined environment variable
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"coretext-jira-server": {
"command": "npx",
"args": ["@coretext-ai/coretext-91899627-3fbe-4a96-8501-4579eef67186"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
jira Service
- get_issue: Retrieve detailed information about a specific issue
- add_comment: Add a comment to an issue
- create_issue: Create a new issue in Jira with specified fields and project
- update_issue: Update an existing issue with new field values
- search_issues: Search for issues using JQL (Jira Query Language)
- transition_issue: Transition an issue to a different status
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
Generated with Template Orchestrator
