Awesome MCPSoftware Development

sammcj/mcp-package-docs

⭐ 79 TypeScript added to this list on 2025-05-14 repository created 2024-12-29

mcp-package-docs is a Model Context Protocol server, written in TypeScript, that lets language models fetch documentation for software packages across several ecosystems without loading whole pages of context. It resolves Go packages through go doc, Python libraries through the built-in help() function, npm packages through registry metadata including private registries configured in .npmrc, and Rust crates through crates.io and docs.rs. Results are parsed into structured output with description, usage and examples, and the server can look up individual symbols or functions and run fuzzy or exact search inside a package's docs with relevance scoring. It also exposes Language Server Protocol capabilities: when LSP support is enabled it provides hover information, code completions and diagnostics, currently for TypeScript and JavaScript, with default configurations for common language servers such as typescript-language-server, the HTML, CSS and JSON servers, and the option to override them. Documentation lookups are cached to keep responses fast and memory use low. Tools include describe_go_package, describe_python_package, describe_rust_package, describe_npm_package, search_package_docs, get_hover and get_completions. It installs through npx or a locally built container and is configured in MCP clients such as Claude Desktop and the Cline VSCode plugin. The author notes the project is not actively maintained and points users toward Context7 and their mcp-devtools server. It is aimed at developers who want coding assistants to reference accurate, up-to-date package documentation while writing code.

https://github.com/sammcj/mcp-package-docs

mcpdocumentationlsptypescriptnpmgopythonrust

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...