MCP Server
Connect your AI assistants directly to our documentation with our high-performance MCP server.
Overview
Our MCP (Model Context Protocol) server provides a standardized way for AI assistants like Claude, ChatGPT, and others to interact with documentation programmatically. Built on FastMCP architecture, it delivers real-time access to all documentation content, search capabilities, and analytics.
Key Features
🚀 FastMCP Architecture
- High-performance server implementation
- Low-latency responses
- Efficient resource usage
- Scalable design
📚 Documentation-Specific Tools
- get_documentation - Retrieve any documentation page
- list_documentation - Browse all available pages
- search_documentation - Full-text search across all content
- get_related_docs - Discover related pages
- update_documentation - Modify content (with authentication)
⚡ Real-Time Updates
- WebSocket-based live updates
- Redis pub/sub support for distributed systems
- Instant notification of documentation changes
- Automatic cache invalidation
🔐 Authentication & Security
- OAuth2 provider integration
- Token-based authentication
- Role-based access control
- Secure API endpoints
📊 Analytics & Tracking
- Page view tracking
- User engagement metrics
- Search analytics
- Custom event tracking
Installation
Using NPM
Code
Using Docker
Code
From Source
Code
Quick Start
Configuration
Create a .env file:
Code
Start the Server
Code
Connect from Claude Desktop
Add to your Claude Desktop configuration (~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Code
Available Tools
get_documentation
Retrieve documentation content for a specific page.
Code
search_documentation
Search through all documentation.
Code
list_documentation
List all available documentation pages.
Code
Prompts
Our MCP server includes pre-built prompts for common tasks:
- explore_docs - Guided documentation exploration
- find_examples - Locate code examples
- troubleshoot - Help debug issues
Resources
The server exposes documentation resources that can be accessed directly:
docs://domain/schema- Documentation structure schemadocs://domain/sitemap- Complete sitemapdocs://domain/search-index- Search index metadata
Testing
100% test coverage with comprehensive test suites:
Code
Performance
- Response Time: < 50ms average
- Concurrent Connections: 10,000+
- Throughput: 50,000 requests/second
- Uptime: 99.99% SLA
Support
- Documentation: Full MCP Server Docs
- GitHub: zuplo/zudoku
- Discord: Join our community
- Email: support@zudoku.dev
Pricing
- Free Tier: Up to 10,000 requests/month
- Pro: $49/month - 1M requests/month
- Enterprise: Custom pricing for high-volume usage