DeepWiki
Explore and query GitHub repository documentation in depth. Browse wiki topics, read pages, and get direct answers to questions about a repo. Quickly find the guidance you need across complex project…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add babysleepingsupplies-sys/test123
# Browse available tools
npx -y smithery tool list babysleepingsupplies-sys/test123
# Get full schema for a tool
npx -y smithery tool get babysleepingsupplies-sys/test123 read_wiki_structure
# Call a tool
npx -y smithery tool call babysleepingsupplies-sys/test123 read_wiki_structure '{}'Direct MCP Connection
Endpoint: https://test123--babysleepingsupplies-sys.run.tools
Tools (3)
read_wiki_structure— Get a list of documentation topics for a GitHub repositoryread_wiki_contents— View documentation about a GitHub repositoryask_question— Ask any question about a GitHub repository
# Get full input/output schema for a tool
npx -y smithery tool get babysleepingsupplies-sys/test123