LibreChat MCP Servers provides instructions for setting up Model Context Protocol (MCP) servers in Docker containers. It enhances LibreChat's capabilities through the Supergateway bridge, enabling seamless integration and communication.
LibreChat MCP Servers provides instructions for setting up Model Context Protocol (MCP) servers in Docker containers. It enhances LibreChat's capabilities through the Supergateway bridge, enabling seamless integration and communication.
docker compose up (after adding service to docker-compose.override.yml and librechat.yaml)Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"librechat-mcp-servers": {
"command": "npx",
"args": [
"-y",
"docker compose up (after adding service to docker-compose.override.yml and librechat.yaml)"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from LibreChat MCP Servers?"
No configuration required. This server works out of the box.
"What resources are available in LibreChat MCP Servers?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in LibreChat MCP Servers"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in LibreChat MCP Servers with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.