Documentation Search Enhanced
MCP server for searching 180+ documentation sources, scanning vulnerabilities, and generating project boilerplate
Features
Documentation Search
Search 180+ curated documentation sources with optional semantic vector search powered by AI
Security Scanning
Scan Python projects for vulnerabilities using Snyk, Safety, and OSV databases
Project Generation
Generate FastAPI and React project starters with best practices built-in
Learning Paths
Get curated learning roadmaps and code examples for any technology stack
Quick Start
Installation
Configuration
Add to your Claude Desktop config at ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"documentation-search-enhanced": {
"command": "/Users/yourusername/.local/bin/uvx",
"args": ["documentation-search-enhanced@1.8.0"],
"env": {
"SERPER_API_KEY": "optional_key_here"
}
}
}
} 180+ Supported Libraries
Comprehensive coverage across all major technology stacks with curated documentation sources
And 150+ more libraries covering data engineering, AI/ML, DevOps, mobile, and more
Ready to Get Started?
Read our comprehensive tutorial to learn how to use all features with detailed examples