Atlassian MCP Server Client
@pgupta1795
关于 Atlassian MCP Server Client
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Atlassian MCP Server Client?
A command-line client for connecting to Model Context Protocol (MCP) servers, designed to work with Atlassian's official MCP server. It provides an interactive chat interface powered by OpenAI for seamless interaction with remote MCP servers.
How to use Atlassian MCP Server Client?
Install Node.js 18+, clone the repo, run npm install, and set up a .env file with your OpenAI API key. Use npm run dev to connect to the default Atlassian MCP server, or npm run dev <server-url> for a custom server. The interactive chat supports commands like help, list-tools, and exit.
Key features of Atlassian MCP Server Client
- Connects to remote MCP servers via mcp-remote
- Interactive CLI chat interface using OpenAI
- Automatic OAuth handling for Atlassian services
- Discovers and uses tools from the server
- Real-time streaming of AI responses
- Cross-platform (Windows, macOS, Linux)
Use cases of Atlassian MCP Server Client
- Ask natural-language questions about your Atlassian workspace
- Query recent Jira issues through the chat interface
- Search Confluence content with AI assistance
- Interact with any MCP server's tools using natural language
- Test and prototype remote MCP server integrations
FAQ from Atlassian MCP Server Client
What are the prerequisites for using this client?
You need Node.js 18.0.0 or higher, npm, and a valid OpenAI API key set in the .env file.
How do I get an OpenAI API key?
Visit the OpenAI API Keys page (platform.openai.com/api-keys) and create a new key, then copy it into your .env file.
What if OAuth authentication fails during connection?
Ensure you have access to the Atlassian workspace, allow browser popups from the authentication domain, and verify your network connectivity.
What special commands are available in the chat?
You can type help to see commands, list-tools to display available MCP server tools, and exit or quit to close the application.
How can I connect to a custom MCP server instead of Atlassian's?
Run npm run dev <server-url> with your custom server URL (e.g., wss://your-custom-mcp-server.com).
版本控制 分类下的更多 MCP 服务器
MCP Git Ingest
adhikaspA Model Context Protocol (MCP) server that helps read GitHub repository structure and important files.
Bitbucket Server MCP
garc33GitMCP
idosalPut an end to code hallucinations! GitMCP is a free, open-source, remote MCP server for any GitHub project
Atlassian Jira MCP Server
aashariNode.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
mcp-github-trending MCP Server
hetaoBackendMCP server for getting github trending repos & developers
评论