Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bitwarden-atlassian": {
"command": "bash",
"args": [
"-c",
"cd \"${CLAUDE_PLUGIN_ROOT}/mcp/bitwarden-atlassian-mcp-server\" && npm install --silent >/dev/null && npm run build >/dev/null && exec node build/index.js"
],
"env": {
"ATLASSIAN_EMAIL": "${ATLASSIAN_EMAIL}",
"ATLASSIAN_CLOUD_ID": "${ATLASSIAN_CLOUD_ID}",
"ATLASSIAN_JIRA_READ_ONLY_TOKEN": "${ATLASSIAN_JIRA_READ_ONLY_TOKEN}",
"ATLASSIAN_CONFLUENCE_READ_ONLY_TOKEN": "${ATLASSIAN_CONFLUENCE_READ_ONLY_TOKEN}"
}
}
}
}Replace placeholder values for: ATLASSIAN_JIRA_READ_ONLY_TOKEN, ATLASSIAN_CONFLUENCE_READ_ONLY_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Environment variables set when the server starts
ATLASSIAN_EMAIL=${ATLASSIAN_EMAIL}ATLASSIAN_CLOUD_ID=${ATLASSIAN_CLOUD_ID}ATLASSIAN_JIRA_READ_ONLY_TOKEN=${ATLASSIAN_JIRA_READ_ONLY_TOKEN}ATLASSIAN_CONFLUENCE_READ_ONLY_TOKEN=${ATLASSIAN_CONFLUENCE_READ_ONLY_TOKEN}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub bitwarden/ai-plugins --plugin bitwarden-atlassian-tools