Skip to main content
Glama

MCP DeepWiki Server

deepwiki_search

Search GitHub repositories for detailed documentation, filtering by programming language and topics. Ideal for finding relevant and well-documented projects with ease.

Instructions

Search for GitHub repositories with documentation available on DeepWiki. Supports filtering by programming language and topics.

Input Schema

NameRequiredDescriptionDefault
languageNoFilter by programming language (e.g., 'Python', 'JavaScript', 'Go')
limitNoMaximum number of results to return (default: 10, max: 50)
queryYesSearch query for repositories (e.g., 'machine learning', 'web framework', 'database')
topicsNoFilter by repository topics/tags (e.g., ['python', 'api', 'web'])

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "description": "Filter by programming language (e.g., 'Python', 'JavaScript', 'Go')", "type": "string" }, "limit": { "description": "Maximum number of results to return (default: 10, max: 50)", "maximum": 50, "minimum": 1, "type": "integer" }, "query": { "description": "Search query for repositories (e.g., 'machine learning', 'web framework', 'database')", "type": "string" }, "topics": { "description": "Filter by repository topics/tags (e.g., ['python', 'api', 'web'])", "items": { "type": "string" }, "type": "array" } }, "required": [ "query" ], "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