Token导航 LogoToken导航TokenDH.com
Lrstanley MCP logo
开发工具未说明官方级别未说明来源级核验

Lrstanley MCP

MCP Server

context7-http是一个支持Context7项目的HTTP流式MCP服务器,允许用户远程使用MCP服务器而无需本地安装。

工具数

2

提示词数

0

GitHub Stars

23

资源数

0
开发工具远程服务GoCursorCursor

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

lrstanley

提供方

lrstanley

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

logo

:link:目录

- VSCode、游标等 - 容器图像(ghcr)

:闪光:特征

context7-http 是支持HTTP流的MCP服务器 背景7 项目。 这允许您从任何地方使用MCP服务器,而无需在本地安装任何东西。

  • 超文本传输协议 streamable 支持。
  • 提供 resolve-library-urisearch-library-docs 用于查找库和搜索其文档的工具。
\[!警告\] 此服务器利用 v1 上下文7 API的变体,最终可能是 由Context7团队删除。请注意 v2 API需要API密钥 更严格的税率限制和更广泛的使用确实需要付费。 看这里.

______________________________________________________________________

:齿轮:用途

如果你想自己运行context7-http,请使用以下命令:

$ 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

______________________________________________________________________

对于以下所有示例,请替换 context7.liam.sh 如果您正在运行自己的实例,请使用您自己的MCP服务器URL。

配置的终结点:

  • https://context7.liam.sh/mcp -HTTP streamable 终点。

除了换掉 mcpServer 块(或类似的,取决于您的客户端)的使用情况应与 官方Context7文档

VSCode、游标等

光标MCP文档,以及 VS代码MCP文档 了解更多信息。

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

:whale:容器图片(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

:书籍:参考文献

______________________________________________________________________

:raising_hand_man:支持与协助

确保每个人都能获得最佳互动体验的指导方针 社区。

  • :raising_hand_man:看看 支持 文件在

关于如何提出正确问题的提示指南。

  • :lady_eetle:对于所有功能/bug/问题/疑问等, 过来.

:握手:贡献

确保每个人都能获得最佳的互动体验 社区。

  • :剪贴板:请查看 贡献 提交文件

issues/提交pull请求和提供帮助的指南。

  • :old_key:有关任何与安全相关的内容,请查看此存储库 安全策略.

:balance_scale:许可证

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.

_也位于 这里_

目录标签

目录标签

开发工具远程服务GoCursorMCP服务器混合部署HTTP流式传输

支持客户端

Cursor

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

2

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP