MCP.so
Sign In
Servers

Jira communication server MCP Server

@KS-GEN-AI

A test of jira mcp server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Jira communication server": {
      "command": "node",
      "args": [
        "/PATH_TO_THE_PROJECT/build/index.js"
      ],
      "env": {
        "JIRA_URL": "",
        "JIRA_API_MAIL": "",
        "JIRA_API_KEY": ""
      }
    }
  }
}

More from Version Control