Skip to content

Built for people who want to own their automations. Join the waitlist for an invite.

Package listing

@kody/atlassian

package.json

38 lines · 1016 B · JSON
{
	"name": "@kody/atlassian",
	"version": "1.0.0",
	"license": "MIT",
	"private": false,
	"description": "Read Jira and Confluence through the official Atlassian MCP server, with Jira OAuth or API-token fallback.",
	"type": "module",
	"exports": {
		".": "./src/index.ts",
		"./smoke-test": "./src/smoke-test.ts",
		"./search-jira": "./src/search-jira.ts",
		"./search-confluence": "./src/search-confluence.ts"
	},
	"files": [
		"src",
		"README.md",
		"LICENSE",
		"community-icon.svg"
	],
	"kody": {
		"id": "atlassian",
		"name": "Atlassian",
		"description": "Read Jira and Confluence through the official Atlassian MCP server, with Jira OAuth or API-token fallback.",
		"category": "integrations",
		"logo": "./community-icon.svg",
		"tags": [
			"atlassian",
			"mcp",
			"jira",
			"confluence",
			"issues",
			"pages",
			"oauth",
			"workspace"
		],
		"searchText": "atlassian mcp kody.mcp mcp.atlassian.com authv2 jira confluence issues pages search jql cql official remote oauth api token fallback"
	}
}