avr-docs-mcp
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from Agent Voice Response Wiki.JS instance.
Ads
Overview
This MCP (Model Context Protocol) server provides integration with Wiki.JS for searching and listing pages from your Wiki.JS instance. - Search Wiki.JS Pages: Search for pages using keywords or topics - List Wiki.JS Pages: Get a paginated list of all available pages - Get Specific Page: Retrieve a specific page by its ID - Connection Testing: Test the connection to your Wiki.JS instance - Multiple Transport Modes: Support for both stdio and HTTP stream modes - Docker Support: Ready-to-use Docker image with health checks
Installation
npm install
Configuration
Configuration example is not available yet.
Capabilities
- Search wiki pages by keyword
Find pages matching a query using `search_wiki_pages`, with optional pagination controls.
- List all wiki pages
Retrieve a paginated list of available pages from the Wiki.JS instance via `list_wiki_pages`.
- Get a specific page
Fetch full content of a single page by its numeric ID or path string using `get_wiki_page`.
- Test Wiki.JS connectivity
Verify the server can reach and authenticate against your Wiki.JS instance.
Tags
- document
- knowledge-retrieval
- search
Related MCP servers
Mastra Docs Server
OfficialProvides AI assistants with direct access to Mastra.ai's complete knowledge base.
Fetch MCP Server
OfficialFetch web content and convert HTML pages into LLM-friendly markdown output.
Perplexity Ask MCP Server
OfficialA connector for the Perplexity API to enable web search within the MCP ecosystem.
Perplexity
OfficialAn MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.