Replies: 3 comments 10 replies
-
Make sure that you are using a model with tools support. With devstral or phi4 + tools template it works fine. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Try to check if it works using localhost:yourport/docs/. It should look like this: |
Beta Was this translation helpful? Give feedback.
1 reply
-
In your connection settings try this http://localhost:8000/ |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello All,
I want to connect
https://github.com/sooperset/mcp-atlassian
to Open WebUI. I ran the below command in terminal:mcpo --port 8000 -- \ docker run -i --rm \ -e JIRA_URL="<my-comany-url" \ -e JIRA_USERNAME="<my-email-id" \ -e JIRA_API_TOKEN="<my-jira-token" \ ghcr.io/sooperset/mcp-atlassian:latest
In my terminal shows its running. Now I went to Admin Panel > Settings > Tools > and then added the details shown below

Once I click on Save in my terminal I get
INFO: 127.0.0.1:51862 - "GET /openapi.json HTTP/1.1" 200 OK
also in my chat it shows toggle of MCP Atlassian.But when I asked
How many JIRA tickets I have?
, it showed a generic output not related to my Atlassian AccountCan someone please help?? I am really stuck at this point
Beta Was this translation helpful? Give feedback.
All reactions