io.github.nyuchi/nyuchi-docs
io.github.nyuchi/nyuchi-docsSearch, read, and ask the Nyuchi docs (docs.nyuchi.com); send feedback or raise issues.
Tools · 5
Keyword/semantic search over docs.nyuchi.com. Returns matching pages with titles, URLs and snippets.
Ask a question and get a synthesized answer grounded in docs.nyuchi.com, with source citations.
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.
Send feedback about the documentation — a correction, something confusing, something missing. Stored for the docs team.
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…
Similar MCP servers embedding-nearest
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"
}
}
}