Skip to main content
Glama

Deepwiki MCP Server

by regenrek

deepwiki_fetch

Fetch and convert Deepwiki documentation into Markdown for individual or multiple sites. Specify URL, depth, and output mode to retrieve structured content from repositories.

Instructions

Fetch a deepwiki.com repo and return Markdown

Input Schema

NameRequiredDescriptionDefault
maxDepthNoCan fetch a single site => maxDepth 0 or multiple/all sites => maxDepth 1
modeNoaggregate
urlYesshould be a URL, owner/repo name (e.g. "vercel/ai"), a two-word "owner repo" form (e.g. "vercel ai"), or a single library keyword
verboseNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "maxDepth": { "default": 1, "description": "Can fetch a single site => maxDepth 0 or multiple/all sites => maxDepth 1", "maximum": 1, "minimum": 0, "type": "integer" }, "mode": { "default": "aggregate", "enum": [ "aggregate", "pages" ], "type": "string" }, "url": { "description": "should be a URL, owner/repo name (e.g. \"vercel/ai\"), a two-word \"owner repo\" form (e.g. \"vercel ai\"), or a single library keyword", "type": "string" }, "verbose": { "default": false, "type": "boolean" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Deepwiki MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/regenrek/deepwiki-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server