Skip to main content
Glama

ama-mcp-atlassian

Atlassian REST API(Jira + Confluence)를 래핑하는 독립형 TypeScript MCP 서버입니다. 환경 변수를 통한 독립 실행 모드 또는 ama-mcp-registry를 통한 레지스트리 통합 모드로 작동합니다.

설치

npm install -g @ama-work/mcp-atlassian
# or
bunx @ama-work/mcp-atlassian

Related MCP server: Jira MCP Integration

사용법

독립 실행 모드

Atlassian OAuth 액세스 토큰과 클라우드 ID를 직접 제공하세요:

{
  "mcpServers": {
    "atlassian": {
      "command": "bunx",
      "args": ["@ama-work/mcp-atlassian"],
      "env": {
        "ATLASSIAN_ACCESS_TOKEN": "your-oauth-access-token",
        "ATLASSIAN_CLOUD_ID": "your-atlassian-cloud-id"
      }
    }
  }
}

레지스트리 통합 모드

ama-mcp-registry를 실행하면 서버가 토큰을 자동으로 가져옵니다:

{
  "mcpServers": {
    "atlassian": {
      "command": "bunx",
      "args": ["@ama-work/mcp-atlassian"],
      "env": {
        "REGISTRY_URL": "https://your-registry.example.com",
        "INSTANCE_ID": "your-instance-id",
        "GATEWAY_PSK": "your-pre-shared-key"
      }
    }
  }
}

토큰은 캐시되며 만료 5분 전에 사전에 갱신됩니다.

도구

Jira: jira_search_issues, jira_get_issue, jira_create_issue, jira_update_issue, jira_transition_issue, jira_add_comment, jira_get_projects

Confluence: confluence_search, confluence_get_page, confluence_create_page, confluence_update_page, confluence_add_comment, confluence_get_spaces

Meta: atlassian_whoami

개발

bash bootstrap.sh
bun run typecheck
bun run lint

라이선스

MIT

F
license - not found
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.

  • Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

View all MCP Connectors

Latest Blog Posts

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/Ask-Me-Anything-dot-work/ama-mcp-atlassian'

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