mcp-atlassian-go

k8sautom8/mcp-atlassian-go
★ 0 stars Go 🔌 API Integration Updated today
MCP Server for Atlassian Confluence and Jira in GoLang
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-atlassian-go": {
      "command": "go",
      "args": [
        "run",
        "github.com/k8sautom8/mcp-atlassian-go@latest"
      ]
    }
  }
}