Hi there,
I am trying to set up atlassian mcp server with my gemini cli but facing an error. Seesm set up / MCP is configure but disconnected and not able to respond back to my queries.
Gemini CLI's settings.jason
"
{
"selectedAuthType": "oauth-personal",
"hasSeenIdeIntegrationNudge": true,
"mcpServers": {
"atlassian-mcp": {
"type": "http"
}
}
}"
And here is what I get when I am starting my gemini cli in command prompt.
"admin@IN-RWPQC2407M ~ % gemini
Data collection is disabled.
Found stored OAuth token for server 'atlassian-mcp'
Error connecting to MCP server 'atlassian-mcp': Connection failed for 'atlassian-mcp': MCP error -32000: Connection closed
"
sometimes I get 404.
Can someone please help?