Instructions for setting up SuperGateway MCP servers in docker containers for docker deployments of LibreChat
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"librechatmcpservers": {
"command": "npx",
"args": [
"-y",
"wally-kroeker/LibreChatMCPServers"
]
}
}
}
Run in terminal:
claude mcp add librechatmcpservers npx -y wally-kroeker/LibreChatMCPServers
Add to .cursor/mcp.json:
{
"mcpServers": {
"librechatmcpservers": {
"command": "npx",
"args": [
"-y",
"wally-kroeker/LibreChatMCPServers"
]
}
}
}