MCP Server
MCP
io.github.edrich13/mcp-jira-server
MCP server for self-hosted Jira instance with Personal Access Token authentication
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "mcp-jira-server",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of your Jira instance (e.g., https://jira.domain.com)",
"isRequired": true,
"format": "string",
"name": "JIRA_BASE_URL"
},
{
"description": "Your Jira Personal Access Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "JIRA_PAT"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment