Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.nyuchi/nyuchi-docs

io.github.nyuchi/nyuchi-docs

Search, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues.

Uptime
100.0%
1 direct probes · 30d
Response
126ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

search_docs

Keyword/semantic search over docs.nyuchi.com. Returns matching pages with titles, URLs and snippets.

ask_docs

Ask a question and get a synthesized answer grounded in docs.nyuchi.com, with source citations.

read_page

Fetch a docs.nyuchi.com page and return its readable text content. Accepts a path (e.g. /kweli/verification/) or a full docs.nyuchi.com URL.

submit_feedback

Send feedback about the documentation — a correction, something confusing, something missing. Stored for the docs team.

raise_issue

Raise an actionable issue against the documentation (wrong instructions, broken example, outdated page). Files a GitHub issue on nyuchi/nyuchi-docs when configured, otherwise queues it for the docs te…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.nyuchi/nyuchi-docs": {
      "url": "https://docs.nyuchi.com/mcp",
      "transport": "streamable-http"
    }
  }
}