AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Context7 Http

mcp-lrstanley-context7-http · by lrstanley

Context7 MCP Server (with HTTP SSE and Streamable)

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add mcp-lrstanley-context7-http

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-lrstanley-context7-http)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Context7 Http? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

:link: Table of Contents

  • [Features](#sparkles-features)
  • [Usage](#gear-usage)
  • [VSCode, Cursor, etc](#vscode-cursor-etc)
  • [Container Images (ghcr)](#whale-container-images-ghcr)
  • [References](#books-references)
  • [Support & Assistance](#raisinghandman-support--assistance)
  • [Contributing](#handshake-contributing)
  • [License](#balance_scale-license)

:sparkles: Features

context7-http is a MCP server that supports HTTP streaming for the Context7 project. This allows you to utilize the MCP server from anywhere, without installing anything locally.

  • HTTP streamable support.
  • Provides resolve-library-uri and search-library-docs tools for finding libraries, and searching their documentation.

> [!WARNING] > This server utilizes the v1 variant of the Context7 API, which may eventually be > removed by the Context7 team. Note that the v2 API requires API keys, is drastically > more ratelimited, and expanded use does require paying. See here.


:gear: Usage

If you'd like to run context7-http yourself, use the following:

$ context7-http \
    --debug \
    --bind-addr "0.0.0.0:8080" \
    --base-url https://context7.your-domain.com \ # only needed if using sse, http streamable doesn't need this
    --trusted-proxies "x-forwarded-for,10.0.0.0/8" \ # if behind a reverse proxy
    --heartbeat-interval 55s # for those with spotty networks or annoying network proxies

------------

For all examples below, replace context7.liam.sh with your own MCP server URL, if you're running your own instance.

Configured endpoints:

  • https://context7.liam.sh/mcp - HTTP streamable endpoint.

Other than swapping out the mcpServer block (or similar, depending on your client), usage should match that of the official Context7 documentation

VSCode, Cursor, etc

Cursor MCP docs, and VS Code MCP docs for more info.

{
  "mcpServers": {
    "context7": {
      "url": "https://context7.liam.sh/mcp"
    }
  }
}

:whale: Container Images (ghcr)

$ docker run -it --rm ghcr.io/lrstanley/context7-http:master
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.5.1
$ docker run -it --rm ghcr.io/lrstanley/context7-http:latest
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.5.0
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.4.0
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.3.0
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.2.0
$ docker run -it --rm ghcr.io/lrstanley/context7-http:0.1.0

:books: References


:raisinghandman: Support & Assistance

  • :heart: Please review the [Code of Conduct](.github/CODEOFCONDUCT.md) for

guidelines on ensuring everyone has the best experience interacting with the community.

  • :raisinghandman: Take a look at the [support](.github/SUPPORT.md) document on

guidelines for tips on how to ask the right questions.

  • :ladybeetle: For all features/bugs/issues/questions/etc, head over here.

:handshake: Contributing

  • :heart: Please review the [Code of Conduct](.github/CODEOFCONDUCT.md) for guidelines

on ensuring everyone has the best experience interacting with the community.

  • :clipboard: Please review the [contributing](.github/CONTRIBUTING.md) doc for submitting

issues/a guide on submitting pull requests and helping out.

  • :oldkey: For anything security related, please review this repositories security policy.

:balance_scale: License

MIT License

Copyright (c) 2025 Liam Stanley 

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Also located [here](LICENSE)

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.