Integrating the Jira MCP server with a local MCP client #364
-
|
Hey, Pretty new to MCP, so maybe it's a newbie question :-) Now I basically should be able to give it an MCP server URL and the client should know how to integrate... |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi @omri-madar, Yes, you can use the mcp-atlassian server with any MCP client. You can run the server as a standalone Docker container and connect your local MCP client to it. For a working example, check out the implementation in the SDK repo: https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/clients/simple-chatbot/mcp_simple_chatbot |
Beta Was this translation helpful? Give feedback.
-
|
Hi, I'm integrating the Atlassian MCP Server with a Node.js application. The MCP Server runs inside a Docker container, and currently we provide Jira credentials (such as JIRA_URL and JIRA_TOKEN) via environment variables at container startup. Our use case requires supporting multiple users, each with their own Jira instance and credentials. What’s the recommended approach to handle this kind of multi-user setup? Is it possible to pass user-specific Jira credentials dynamically with each request to the MCP Server? Or is it necessary to run a dedicated MCP container per user with their credentials set via environment variables? |
Beta Was this translation helpful? Give feedback.
Hi @omri-madar,
Yes, you can use the mcp-atlassian server with any MCP client. You can run the server as a standalone Docker container and connect your local MCP client to it.
For a working example, check out the implementation in the SDK repo: https://github.com/modelcontextprotocol/python-sdk/tree/main/examples/clients/simple-chatbot/mcp_simple_chatbot