🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

nyuchi-docs-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyuchi-docs-mcp

MCP server for the Nyuchi docs (docs.nyuchi.com) — search, read, ask, send feedback and raise issues. Stdio bridge to the hosted Streamable HTTP endpoint at docs.nyuchi.com/mcp.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

nyuchi-docs-mcp

MCP server for the Nyuchi docs — search, read, and ask the documentation, and send feedback or raise issues about it, from any Model Context Protocol client.

This package is a dependency-free stdio bridge to the hosted Streamable HTTP endpoint at https://docs.nyuchi.com/mcp. Clients that speak Streamable HTTP can skip the package and connect to the URL directly.

Use

npx nyuchi-docs-mcp

Claude Code:

claude mcp add nyuchi-docs -- npx nyuchi-docs-mcp

Or any client config:

{
  "mcpServers": {
    "nyuchi-docs": { "command": "npx", "args": ["nyuchi-docs-mcp"] }
  }
}

Direct HTTP (no package needed):

{
  "mcpServers": {
    "nyuchi-docs": { "type": "http", "url": "https://docs.nyuchi.com/mcp" }
  }
}

Tools

ToolKindWhat it does
search_docsreadSearch the docs; titles, URLs, snippets
ask_docsreadSynthesized answer with citations
read_pagereadFull readable text of a docs page
submit_feedbackwriteSend a correction / comment to the docs team
raise_issuewriteFile an actionable docs issue

The endpoint can be overridden with an argument (nyuchi-docs-mcp <url>) or NYUCHI_DOCS_MCP_URL — useful against a preview deployment.

MCP registry name: io.github.nyuchi/nyuchi-docs. Source lives in nyuchi/nyuchi-docs (nyuchi-docs-mcp/ for this bridge, shamwari-docs-ai/src/mcp.ts for the hosted server). MIT.

Keywords

mcp

FAQs

Package last updated on 19 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts