Skip to main content
Glama

MCP DeepWiki Server

deepwiki_fetch

Extract and organize GitHub repository documentation from DeepWiki with customizable modes, depth, and content filters for improved accessibility and clarity.

Instructions

Retrieves GitHub repository documentation from DeepWiki with enhanced content organization and filtering capabilities.

Input Schema

NameRequiredDescriptionDefault
contentFilterNoFilter content by type (default: 'all')
includeMetadataNoInclude repository metadata in output (default: false)
maxDepthNoMaximum depth for crawling pages (default: 10)
modeNoOutput mode: 'aggregate' (combined content), 'pages' (JSON list), 'structured' (organized by content type)
urlYesDeepWiki URL or GitHub repository identifier (e.g., 'https://deepwiki.com/owner/repo' or 'owner/repo')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contentFilter": { "description": "Filter content by type (default: 'all')", "enum": [ "all", "documentation", "code", "examples" ], "type": "string" }, "includeMetadata": { "description": "Include repository metadata in output (default: false)", "type": "boolean" }, "maxDepth": { "description": "Maximum depth for crawling pages (default: 10)", "maximum": 50, "minimum": 1, "type": "integer" }, "mode": { "description": "Output mode: 'aggregate' (combined content), 'pages' (JSON list), 'structured' (organized by content type)", "enum": [ "aggregate", "pages", "structured" ], "type": "string" }, "url": { "description": "DeepWiki URL or GitHub repository identifier (e.g., 'https://deepwiki.com/owner/repo' or 'owner/repo')", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP DeepWiki 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/LoganZechella/mcp-deepwiki-server'

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