Higress.ai How to publish MCP to this market

Menu

Context7

by: Higress official
|
category: Code
|
2025.04.29 updated

Context7 pulls up-to-date, version-specific documentation and code examples directly from the source, get better answers when generating and debuging codes.

Using URL to connect to MCP Server
Step 1: create URL
sign in
You must sign in before generating the URL
Step 2: MCP Client One-Click Install Server (Optional)
DeepChat
Cherry Studio
LobeChat
5ire

Context7 MCP Server

An implementation of the Model Context Protocol (MCP) server that integrates Context7, providing up-to-date, version-specific documentation and code examples.

Source Code: https://github.com/upstash/context7

Features

  • Get up-to-date, version-specific documentation
  • Extract real, working code examples from source
  • Provide concise, relevant information without filler
  • Free for personal use
  • Integration with your MCP server and tools

Usage Guide

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": {
    "context7": {
      "url": "https://mcp.higress.ai/mcp-context7/{generate_key}",
    }
}

Available Tools

resolve-library-id

Resolves a general package name into a Context7-compatible library ID. This is a required first step before using the get-library-docs tool.

Parameters:

  • query: Library name to search for and retrieve a Context7-compatible library ID (required)

get-library-docs

Fetches up-to-date documentation for a library. You must call resolve-library-id first to obtain the exact Context7-compatible library ID.

Parameters:

  • folders: Folders filter for organizing documentation
  • libraryId: Unique identifier of the library (required)
  • tokens: Maximum number of tokens to return (default: 5000)
  • topic: Specific topic within the documentation
  • type: Type of documentation to retrieve (currently only "txt" supported)

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