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

@progma/mcp-std

v1.0.11

Published

Stdio adapter for Progma MCP - Connects AI agents (Claude Desktop, Cline, etc.) to Progma project management

Readme

@progma/mcp-std

Progma MCP用のStdioアダプター - AIエージェント(Claude Desktop、Clineなど)をProgmaプロジェクト管理に接続します。

インストール

npm install -g @progma/mcp-std

設定

環境変数

| 変数名 | 必須 | 説明 | |--------|------|------| | PERSONAL_ACCESS_TOKEN | はい | Progmaの個人アクセストークン | | DEFAULT_PROJECT_ID | いいえ | デフォルトのプロジェクトID | | MCP_SERVER_URL | いいえ | MCPサーバーURL(デフォルト: https://mcp.progma.io) |

Claude Desktop

Claude Desktopの設定ファイル(claude_desktop_config.json)に以下を追加:

{
  "mcpServers": {
    "progma": {
      "command": "npx",
      "args": ["-y", "@progma/mcp-std"],
      "env": {
        "PERSONAL_ACCESS_TOKEN": "あなたのトークン",
        "DEFAULT_PROJECT_ID": "プロジェクトID"
      }
    }
  }
}

Cline / その他のMCPクライアント

{
  "mcpServers": {
    "progma": {
      "command": "npx",
      "args": ["-y", "@progma/mcp-std"],
      "env": {
        "PERSONAL_ACCESS_TOKEN": "あなたのトークン"
      }
    }
  }
}

利用可能なツール

タスク管理

  • list-tasks - タスク一覧取得
  • create-task - タスク作成
  • get-task - タスク詳細取得
  • update-task - タスク更新
  • delete-task - タスク削除

課題管理

  • list-issues - 課題一覧取得
  • create-issue - 課題作成
  • get-issue - 課題詳細取得
  • update-issue - 課題更新
  • delete-issue - 課題削除

ドキュメント管理

  • list-document-boxes - ドキュメントボックス一覧取得
  • list-documents - ドキュメント一覧取得
  • get-document - ドキュメント内容取得
  • create-document - ドキュメント作成
  • update-document - ドキュメント更新
  • delete-document - ドキュメント削除

プロジェクト管理

  • get-project - プロジェクト概要取得
  • get-project-metadata - プロジェクトメタデータ取得
  • get-project-summary - プロジェクトサマリー取得
  • analyze-progress - 進捗分析

QA管理表

  • list-qa-sheets - QA管理表一覧取得
  • create-qa-sheet - QA管理表作成
  • get-qa-sheet - QA管理表詳細取得
  • update-qa-sheet - QA管理表更新
  • delete-qa-sheet - QA管理表削除

質問管理

  • list-questions - 質問一覧取得
  • create-question - 質問作成
  • update-question - 質問更新
  • answer-question - 質問に回答
  • delete-question - 質問削除

ユーティリティ

  • manage-comment - タスク/課題のコメント管理
  • read-attachment - 添付ファイル読み込み
  • resolve-url - ProgmaのURL解析
  • get-workflow-guide - MCPワークフローガイド取得
  • get-current-project / set-current-project / clear-current-project - 現在のプロジェクトコンテキスト管理

ライセンス

Proprietary - All Rights Reserved. Copyright (c) XEED Inc.