Higress.ai How to publish MCP to this market

Menu

Librechat

by: Higress official
|
category: code
|
2025.04.22 updated

LibreChat Code Interpreter API offers a powerful sandbox environment for running code in multiple programming languages.

Using URL to connect to MCP Server
Step 1: enter

apiKey

User-defined API keys are retained for only one week
Step 2: create URL
sign in
You must sign in before generating the URL
Step 3: MCP Client One-Click Install Server (Optional)
DeepChat
Cherry Studio
Chatbox AI
5ire
LobeChat

LibreChat MCP Server

An implementation of the Librechat Code Interpreter MCP server that follows the OpenAPI specification, providing code execution and file management capabilities.

Features

  • Supports code execution in multiple programming languages
  • Supports file upload, download and deletion
  • Provides detailed API response information

Usage Guide

Get API-KEY

  1. Register for a LibreChat account Visit official website
  2. Manage your plan and then generate API Key through developer console.

Generate SSE URL

On the MCP Server interface, log in and enter the API-KEY to generate the URL.

Configure MCP Client

On the user's MCP Client interface, add the generated SSE URL to the MCP Server list.

"mcpServers": {
    "librechat": {
      "url": "https://mcp.higress.ai/mcp-librechat/{generate_key}",
    }
}

Available Tools

delete_file

Delete specified file

Parameters:

  • fileId: File ID (required)
  • session_id: Session ID (required)

executeCode

Execute code in specified programming language

Parameters:

  • code: Source code to execute (required)
  • lang: Programming language (required, options: c, cpp, d, f90, go, java, js, php, py, rs, ts, r)
  • args: Command line arguments (optional)
  • entity_id: Assistant/agent identifier (optional)
  • files: Array of file references (optional)
  • user_id: User identifier (optional)

get_file

Get file information

Parameters:

  • session_id: Session ID (required)
  • detail: Detail information (optional)

Related MCP Servers

Time

by: Higress official

Time Calibration: Can provide the current time based on a specified time zone. It can also determine the user location through their IP address, and then provide an accurate time based on the time zone of that location.

utility|2025.04.16 updated
Check Higress config

IP Location

by: Higress official

Spatial positioning: Determine the user location based on their IP, supporting automatic acquisition of the user IP.

apimarket|2025.04.16 updated
Check Higress config

Stock Helper

by: Higress official

A multifunctional service designed specifically for the stock, futures, and foreign exchange markets. It provides a variety of tools, including candlestick charts, quotes, rankings, and more, to help users obtain real-time and historical data, perform technical analysis, and support decision-making.

apimarket|2025.04.16 updated
Check Higress config

Calendar Holiday Helper

by: Higress official

Supports inquiries about Chinese holidays/compensatory leave, as well as traditional Chinese almanac (auspicious time selection) queries.

apimarket|2025.04.16 updated
Check Higress config