@ama-work/mcp-atlassian
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-atlassianRelated 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
メタ: atlassian_whoami
開発
bash bootstrap.sh
bun run typecheck
bun run lintライセンス
MIT
This server cannot be installed
Maintenance
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
- FlicenseAqualityFmaintenanceEnables interaction with Jira and Confluence APIs to search, create, and manage issues, pages, comments, and attachments across both Atlassian platforms.7
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud through the REST API, supporting project management, issue operations (create, read, update, delete), JQL search, task assignments, and status transitions.
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Atlassian Confluence Cloud by providing tools to create, update, search, and delete pages. It facilitates seamless content management within Confluence spaces using Markdown and the Confluence REST API.6MIT
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Atlassian Confluence and Jira through natural language, allowing users to search, create, update, and transition issues and pages.MIT
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…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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