Help with Custom MCP Server
User’s Setup:
- Type: Custom MCP
- Mode: Creative
- Access: Docker container
Working Setup:
- User can access the server using:
{ "mcpServers": { "custom-ai": { "serverUrl": "http://192.168.29.70:9051/sse" } } }
- This works great!
Need Help With:
- User wants a nice self-hosted UI.
- Tried:
- OpenWebUI
- LibreChat
- Facing issues with this config:
{ "mcpServers": { "custom-ai": { "transport": "sse", "url": "http://192.168.29.70:9051/sse" } } }
- Used MCPo as client for OpenWebUI.
Request:
- Looking for help.
- Open to any simpler UI setup.
- Thanks in advance!