Search 300+ indexed repositories for documentation and API references
Search and retrieve comprehensive documentation from DeepWiki for popular GitHub repositories.
DeepWiki (https://deepwiki.com/) provides AI-generated, navigable documentation for 300+ popular GitHub repositories. This skill enables you to:
# Search for a specific repository
SEARCH_TERM="fastapi"
RESULTS=$(bash -c "curl -s 'https://api.devin.ai/ada/list_public_indexes?search_repo=$SEARCH_TERM'")
echo "$RESULTS" | jq '.indices[0]'
# List available DeepWiki MCP tools
npx mcporter list https://mcp.deepwiki.com/mcp
# Fetch documentation for a repository
npx mcporter call https://mcp.deepwiki.com/mcp <tool-name> --args '{"org":"tiangolo","repo":"fastapi"}'
Search the DeepWiki index for repositories using the public API:
# API endpoint