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

# Recommended: use uvx
uvx documentation-search-enhanced@1.8.0
# Or with pip in a virtual environment
pip install documentation-search-enhanced==1.8.0
# Optional: AI semantic search (Python 3.12 only)
pip install documentation-search-enhanced[vector]==1.8.0

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

Python
FastAPI
Django
React
Vue.js
Next.js
Node.js
Express
TypeScript
PostgreSQL
MongoDB
Redis
Docker
Kubernetes
AWS
Azure
TensorFlow
PyTorch
Tailwind
GraphQL
Prisma
Supabase
NestJS
Drizzle

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