Skip to main content
Glama

Atlassian MCP Server

by kompallik
mcp-metadata.json2.38 kB
{ "name": "Atlassian", "description": "Integrates with Atlassian JIRA and Confluence, providing tools to manage tickets, search content, and access documentation.", "version": "0.1.0", "author": { "name": "Koundinya Kompalli", "url": "https://github.com/kompallik" }, "repository": { "type": "git", "url": "https://github.com/kompallik/ATLASSIAN-MCP" }, "icon": "https://raw.githubusercontent.com/kompallik/ATLASSIAN-MCP/main/assets/icon.png", "tags": [ "atlassian", "jira", "confluence", "project-management", "documentation" ], "categories": [ "productivity", "development-tools", "project-management" ], "installation": { "type": "npm", "package": "atlassian-mcp-server", "command": "atlassian-mcp-server", "configSchema": { "type": "object", "properties": { "baseUrl": { "type": "string", "description": "Your Atlassian instance URL (e.g., https://your-instance.atlassian.net)" }, "email": { "type": "string", "description": "Your Atlassian account email" }, "token": { "type": "string", "description": "Your Atlassian API token", "format": "password" } }, "required": ["baseUrl", "email", "token"] } }, "capabilities": { "tools": [ { "name": "get_jira_ticket", "description": "Get details of a JIRA ticket by key" }, { "name": "search_jira_tickets", "description": "Search for JIRA tickets using JQL" }, { "name": "create_jira_ticket", "description": "Create a new JIRA ticket" }, { "name": "add_comment_to_jira_ticket", "description": "Add a comment to a JIRA ticket" }, { "name": "get_confluence_page", "description": "Get a Confluence page by ID" }, { "name": "search_confluence", "description": "Search for content in Confluence" } ], "resources": [ { "pattern": "jira://ticket/*", "description": "JIRA tickets" }, { "pattern": "confluence://spaces", "description": "Confluence spaces" }, { "pattern": "confluence://page/*", "description": "Confluence pages" } ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kompallik/ATLASSIAN-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server