LibreChatMCPServers

wally-kroeker/LibreChatMCPServers
★ 24 stars Dockerfile ⚙️ DevOps Updated 1mo ago
Instructions for setting up SuperGateway MCP servers in docker containers for docker deployments of LibreChat
View on GitHub →

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"
      ]
    }
  }
}