npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

docforge-mcp

v1.0.0

Published

> Your codebase documents itself.

Downloads

116

Readme

DocForge MCP

Your codebase documents itself.

npm version License: MIT TypeScript Node.js MCP Compatible Tests

DocForge is a Model Context Protocol (MCP) server that analyses your project and generates documentation automatically — README files, API docs, changelogs, and more. Connect it to any MCP-compatible AI client (Claude Desktop, Cursor, Continue) and your documentation writes itself.

Quick Start

npx docforge-mcp

Claude Desktop config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "docforge": {
      "command": "npx",
      "args": ["docforge-mcp"]
    }
  }
}

Restart Claude Desktop — all 13 tools (7 free + 6 pro) are now available.

Tools

Free Tools (7)

| Tool | Description | |:-----|:------------| | scan_codebase | Documentation readiness score with gap analysis and actionable suggestions | | generate_readme | Generate a README.md from project analysis — badges, quick start, API reference, env vars | | generate_api_docs | Extract and document API endpoints from Express, Fastify, and Next.js route files | | generate_changelog | Generate a CHANGELOG from git history in Keep a Changelog or Conventional Commits format | | generate_env_docs | Scan process.env usage, cross-reference .env.example, generate env var documentation | | type_docs | Extract and document TypeScript interfaces, types, enums, Zod schemas, and classes | | doc_coverage | Measure JSDoc/TSDoc coverage — total exports, documented count, undocumented list |

Pro Tools (6)

| Tool | Description | |:-----|:------------| | generate_openapi | Generate OpenAPI 3.1 spec from route analysis — paths, parameters, auth, Zod schema inference | | doc_sync | Compare documentation against code — detect outdated signatures, removed endpoints, renamed env vars | | migration_guide | Generate upgrade guide between two git refs — breaking changes, new features, migration steps | | architecture_doc | Generate architecture overview with Mermaid diagrams — import graph, circular deps, module descriptions | | multi_repo_docs | Unified documentation index across GitHub repos — fetches READMEs, extracts endpoints and env vars | | release_notes | Generate polished release notes from git tags — grouped by type, highlights, contributor attribution |

Free vs Pro

| Feature | Free | Pro | |:--------|:----:|:---:| | Documentation readiness score | Yes | Yes | | README generation | Yes | Yes | | API docs generation | Yes | Yes | | Changelog generation | Yes | Yes | | Env var documentation | Yes | Yes | | Type/interface/schema docs | Yes | Yes | | JSDoc coverage measurement | Yes | Yes | | OpenAPI spec generation | — | Yes | | Doc sync (drift detection) | — | Yes | | Migration guide generation | — | Yes | | Architecture diagram generation | — | Yes | | Multi-repo documentation index | — | Yes | | Release notes generation | — | Yes |

Pro license: set the PRO_LICENSE environment variable. Contact craftpipe for pricing.

License

MIT


Built by Craftpipe