Skip to main content
Glama

MCP DeepWiki Server

deepwiki_summarize

Summarize GitHub repository documentation using AI for overview, technical, quickstart, or API focus. Simplify complex content for faster understanding.

Instructions

Generates AI-powered summaries of GitHub repository documentation with different focus types (overview, technical, quickstart, api).

Input Schema

NameRequiredDescriptionDefault
maxLengthNoMaximum length of summary in words (default: 1000)
summaryTypeNoType of summary: overview (default), technical, quickstart, or api
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": { "maxLength": { "description": "Maximum length of summary in words (default: 1000)", "maximum": 5000, "minimum": 100, "type": "integer" }, "summaryType": { "description": "Type of summary: overview (default), technical, quickstart, or api", "enum": [ "overview", "technical", "quickstart", "api" ], "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