@ontologer/mcp-toolkit-docs
v0.1.0
Published
Standalone MCP server for developer documentation search and scraping
Readme
@ontologer/mcp-toolkit-docs
Standalone MCP server for developer-documentation discovery, scraping, and coding references.
Project page: https://ontologer.com/mcp
Tools
search_docs- MDN, npm registry, and DevDocs searchget_code_example- generate practical examples for a technology/topicscrape_docs- extract documentation page content by URLsearch_stackoverflow- fetch relevant Stack Overflow Q&A
How It Works
This server composes documentation tools from @ontologer/mcp-toolkit-core.
- API-based lookups are used when available (MDN/npm/Stack Exchange),
- browser automation is used when scraping dynamic documentation pages,
- responses are normalized to concise text output for coding agents.
Requirements
- Bun installed
GEMINI_API_KEYforget_code_example
Local Run
bun run src/index.tsMCP Client Example
{
"mcpServers": {
"mcp-toolkit-docs": {
"command": "mcp-toolkit-docs",
"env": {
"GEMINI_API_KEY": "${GEMINI_API_KEY}"
}
}
}
}More docs: https://ontologer.com/mcp
