Back to Home
lrstanley icon

context7-http

Verified Safe

by lrstanley

Overview

An MCP server that supports HTTP streaming for the Context7 project, enabling remote utilization without local installation.

Installation

Run Command
docker run -it --rm ghcr.io/lrstanley/context7-http:latest

Environment 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

Stats

Interest Score40
Security Score9
Cost ClassHigh
Avg Tokens10000
Stars20
Forks2
Last Update2026-01-19

Tags

Context7MCPHTTP StreamingGoAPI Server