MCP SSE failing to connect #5275
Unanswered
kneelesh48
asked this question in
Troubleshooting
Replies: 1 comment
-
Please see the discussion on this here: #5056 (comment) TL;DR You need to be running the SSE server beforehand, and it must be reachable to your instance. |
Beta Was this translation helpful? Give feedback.
0 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.
-
What happened?
Librechat fails to Connect to SSE
This is what my librechat configuration looks like
Do I need to expose port 3001 in the docker container?
Steps to Reproduce
git clone
docker compose up -d
What browsers are you seeing the problem on?
No response
Relevant log output
mcpServers:
everything:
# type: sse # type can optionally be omitted
url: http://localhost:3001/sse
puppeteer:
type: stdio
command: npx
args:
- -y
- "@modelcontextprotocol/server-puppeteer"
filesystem:
# type: stdio
command: npx
args:
- -y
- "@modelcontextprotocol/server-filesystem"
- /home/user/LibreChat/
iconPath: /home/user/LibreChat/client/public/assets/logo.svg
mcp-obsidian:
command: npx
args:
- -y
- "mcp-obsidian"
- /path/to/obsidian/vault
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions