Loading...
Loading...
Search and query the Grounded Docs MCP Server documentation index. Covers listing indexed libraries, searching documentation content, and resolving library versions. Use when you need to look up API references, find code examples, or check which documentation is available in the local index.
npx skill4agent add arabold/docs-mcp-server docs-searchlistnpx @arabold/docs-mcp-server@latest list [--output yaml]| Flag | Description |
|---|---|
| Structured output format (default: JSON in non-interactive) |
| Connect to a remote pipeline worker instead of the local store |
| Suppress non-error diagnostics |
| Enable debug logging |
- library: react
versions:
- "19.0.0"
- "18.3.1"
- library: typescript
versions:
- "5.7.0"npx @arabold/docs-mcp-server@latest search <library> "<query>" [options]| Flag | Alias | Default | Description |
|---|---|---|---|
| | latest | Version constraint (exact or range, e.g. |
| | | Maximum number of results |
| | | Only match the exact version, no fallback |
| Embedding model (e.g. | ||
| Remote pipeline worker URL | ||
| JSON | Structured output format | |
| Suppress non-error diagnostics | ||
| Enable debug logging |
npx @arabold/docs-mcp-server@latest search react "useEffect cleanup" --version 18.x --limit 3 --output yamlnpx @arabold/docs-mcp-server@latest find-version <library> [--version <pattern>]| Flag | Alias | Description |
|---|---|---|
| | Version pattern to match (supports ranges) |
| Remote pipeline worker URL | |
| Structured output format | |
| Suppress non-error diagnostics | |
| Enable debug logging |
npx @arabold/docs-mcp-server@latest find-version react --version "18.x" --output yaml--verboseLOG_LEVEL=INFO--quiet--output yaml# 1. Check what is indexed
npx @arabold/docs-mcp-server@latest list --output yaml
# 2. Search for relevant docs
npx @arabold/docs-mcp-server@latest search react "server components" --version 19.x --output yaml
# 3. If no results, index the docs first (see docs-manage skill), then retry