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

@autodevjapan/godd-mcp-alpha

v0.20.0

Published

GoDD MCP α Server — AI Prompt Delivery System for Cursor IDE

Readme

GoDD MCP α Server

Cursor IDE 向けの AI プロンプト配信システム。MCP (Model Context Protocol) を通じて、プロジェクトの技術スタックに最適化されたプロンプト・マインドセット・エージェント定義を提供します。

インストール

npm install -g @autodevjapan/godd-mcp-alpha

セットアップ

# Cursor IDE に MCP サーバーを登録
godd install --license-key=YOUR_LICENSE_KEY

# プロジェクトの config.godd を自動生成
godd init

使い方

インストール後、Cursor IDE を再起動すると GoDD MCP α サーバーが自動で起動します。

Cursor のチャットで /godd/godd_dev/godd/godd_review 等のコマンドを呼び出せます。

GoDD プロンプト一覧

Cursor IDE 上で利用できる GoDD プロンプト(MCP ツール)の一覧です。

| プロンプト | 説明 | |---|---| | godd_dev | 開発(計画・実装・品質・テスト・ドキュメントを必ず実行) | | godd_review | レビュー(CTO レベルの多角的レビュー + 品質ゲート) | | godd_ship | 提出(適切な粒度でコミット → 品質チェック → プッシュ → PR 作成) | | godd_test | テスト実行/作成 | | godd_docs | ドキュメント生成/更新 | | godd_impact | 影響分析 | | godd_setup | 環境構築(推奨スタックプリセット付き・不足情報は確認) | | godd_commit | 変更をコミット | | godd_push | リモートにプッシュ | | godd_pr | PR 作成(テンプレート準拠) | | godd_deploy | デプロイ(検証・ロールバック計画付き) | | godd_adr | ADR(Architecture Decision Record)作成 | | godd_release | リリースノート生成(SemVer 準拠) | | godd_github | GitHub 設定(リポジトリ/ブランチ保護等) |

CLI コマンド

| コマンド | 説明 | |---|---| | godd install [--license-key=KEY] | Cursor に MCP サーバーを登録 | | godd init [--force] [--lang=LANG] | プロジェクトの config.godd を生成 | | godd uninstall | Cursor から MCP サーバーを削除 | | godd serve | MCP stdio サーバーを起動(Cursor が自動呼び出し) |

動作要件

  • Node.js 20 以上
  • Cursor IDE
  • GoDD ライセンスキー

ライセンス

Proprietary — GoDD ライセンスキーが必要です。