context7-http
Verified Safeby lrstanley
Overview
An MCP server that supports HTTP streaming for the Context7 project, enabling remote utilization without local installation.
Installation
docker run -it --rm ghcr.io/lrstanley/context7-http:latestEnvironment Variables
- BIND_ADDR
- BASE_URL
- TRUSTED_PROXIES
- HEARTBEAT_INTERVAL
Security Notes
The server uses robust Go web frameworks (chi, chix) with security-conscious middleware for logging, IP handling, and security headers. Debug endpoints are restricted to private IPs, which is a good practice. No obvious hardcoded secrets or malicious patterns were found in the provided source code. Proper configuration of `TrustedProxies` is crucial for security if deployed behind a reverse proxy to prevent IP spoofing.
Similar Servers
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
mcp-server-dump
A command-line tool to extract, analyze, and document the capabilities (tools, resources, prompts) of MCP (Model Context Protocol) servers in various formats, including Markdown, JSON, HTML, PDF, and Hugo sites.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.
mcp-go-starter
A feature-complete Model Context Protocol (MCP) server template in Go demonstrating tools, resources, and prompts for AI agent interaction.