From 5ebecd59bb09a479f267c591a59a691bd45e57c0 Mon Sep 17 00:00:00 2001 From: Gabriel Brown Date: Fri, 18 Sep 2026 17:28:56 -0400 Subject: [PATCH] Register Atlassian's MCP server Jira and Confluence reached Claude Code through two claude.ai connectors, which are configured per account rather than per machine and had been added twice. Atlassian hosts its own MCP server, so it belongs in this list with the others and a new machine picks it up from the installer. It carries no token. The server runs its own OAuth and Claude Code signs in through /mcp on first use. --- user/agents/mcp/servers | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user/agents/mcp/servers b/user/agents/mcp/servers index 65f624d..15fe596 100644 --- a/user/agents/mcp/servers +++ b/user/agents/mcp/servers @@ -19,3 +19,7 @@ nanokvm-mac http https://macnano.gbrown.org/api/mcp NANOKVM_MAC_TOKEN # Bill Tracker's hosted MCP server. No token: it is an OAuth server of its own # and Claude Code signs in through Gib's Auth on first use. bill-tracker http https://mcp.billtracker.gbrown.org/mcp + +# Atlassian's hosted MCP server for Jira and Confluence. No token: it is an +# OAuth server and Claude Code signs in through /mcp on first use. +atlassian http https://mcp.atlassian.com/v1/mcp