Skip to main content
Glama

MCP Package Docs Server

by sammcj

search_package_docs

Search for symbols or content within package documentation across Go, Python, and NPM ecosystems. Supports fuzzy matching, project-specific paths, and structured query inputs to enhance development workflows.

Instructions

Search for symbols or content within package documentation

Input Schema

NameRequiredDescriptionDefault
fuzzyNoEnable fuzzy matching
languageYesPackage language/ecosystem
packageYesPackage name to search within
projectPathNoOptional path to project directory for local .npmrc files
queryYesSearch query

Input Schema (JSON Schema)

{ "properties": { "fuzzy": { "default": true, "description": "Enable fuzzy matching", "type": "boolean" }, "language": { "description": "Package language/ecosystem", "enum": [ "go", "python", "npm" ], "type": "string" }, "package": { "description": "Package name to search within", "type": "string" }, "projectPath": { "description": "Optional path to project directory for local .npmrc files", "type": "string" }, "query": { "description": "Search query", "type": "string" } }, "required": [ "package", "query", "language" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Package Docs 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/sammcj/mcp-package-docs'

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