streamable-httpMITupdated 3mo ago
Context7 Private Docs MCP is a hosted remote MCP for Context7 MCP docs.
Context7 Private Docs MCP 能做什么?
Context7 Private Docs MCP
Context7 Private Docs MCP is a hosted remote MCP for Context7 MCP docs.
This repository is a public documentation project for Context7 Private Docs MCP. Its structure follows the public documentation pattern used by MiroFish: a short front door, a clear reading order, practical guides, reference pages, and a public-safe boundary.
Start Here
- Website: https://context7docs.clauxel.com/?utm_source=github&utm_medium=documentation&utm_campaign=context7docs_public_docs&utm_content=readme_home
- Pricing: https://context7docs.clauxel.com/pricing/?utm_source=github&utm_medium=documentation&utm_campaign=context7docs_public_docs&utm_content=readme_pricing
- Checkout: https://context7docs.clauxel.com/checkout/?utm_source=github&utm_medium=documentation&utm_campaign=context7docs_public_docs&utm_content=readme_checkout
- Support: support@aigeamy.com
Remote MCP
- Endpoint: https://context7docs.clauxel.com/mcp
- Server card: https://context7docs.clauxel.com/server-card.json
- Registry name:
com.clauxel.context7docs/context7docs-mcp - Tools:
query_private_docs,resolve_version_example,check_stale_reference,get_docs_receipt
Reading Order
- Quickstart
- Evaluation guide
- Checkout and pricing
- Workflow notes
- Security model
- Public link reference
Audience
AI product teams, operations leads, workflow owners, and technical evaluators.
Capabilities
- Streamable HTTP MCP endpoint
- Bearer-token access for production calls
- Structured tool-call output
- Receipt-oriented evidence export
- Public server card and registry metadata
- MCP tool: query_private_docs
- MCP tool: resolve_version_example
- MCP tool: check_stale_reference
- MCP tool: get_docs_receipt
Public-Safe Boundary
This repository contains documentation only. It does not contain production source code, credentials, payment configuration, Cloudflare configuration, customer records, private analytics, or local machine paths.
安装
把 Context7 Private Docs MCP 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http context7-private-docs-mcp https://context7docs.clauxel.com/mcpcodex mcp add context7-private-docs-mcp --url https://context7docs.clauxel.com/mcp{
"mcpServers": {
"context7-private-docs-mcp": {
"url": "https://context7docs.clauxel.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"context7-private-docs-mcp": {
"type": "http",
"url": "https://context7docs.clauxel.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"context7-private-docs-mcp": {
"url": "https://context7docs.clauxel.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"context7-private-docs-mcp": {
"serverUrl": "https://context7docs.clauxel.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档16/25
- 维护13/25
- 可信度13/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 97 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年5月26日 |