Skip to main content
Glama
komaksym

chatgpt-chat-skills-mcp

by komaksym

ChatGPT Chat Skills MCP

スキルカタログをツールスキーマに埋め込むことなく、明示的に選択されたエンジニアリングスキルを ChatGPT に公開する、ローカルな TypeScript MCP サービスです。

要件

  • Node.js 20 以降

  • npm 10 以降

Related MCP server: skillsmcp

開発

npm install
npm run lint
npm run typecheck
npm test
npm run build

ビルド済みサービスを 127.0.0.1:2092 で起動します:

npm start

PORT を設定すると、別のループバックポートを使用できます。MCP エンドポイントは /mcp です。

現在の公開スキル

  • handoff — 別の会話のための簡潔な継続ブリーフを作成します。

MCP サーフェスには、load_skilllist_skills のちょうど 2 つだけが含まれます。正確な正規名 handoff を指定して load_skill を呼び出します。その入力は意図的にプレーンな文字列であり、インストール済みカタログがすべての会話のツールスキーマを占有しないようにしています。

スキルバンドル

skills/ の各直接の子は、その provenance.jsonruntime.md から検出されます。メタデータが正規名、可視性、説明、依存関係、アップストリームの来歴を保持しており、サーバーソースには 2 つ目のスキルレジストリは存在しません。公開バンドルは list_skills に表示されます。公開バンドルと非公開バンドルは、正確な正規名でのみ読み込めます。

カタログは HTTP リスナーの起動前に検証されます。不正なメタデータ、重複した名前、欠落したランタイム、未解決の依存関係があると、起動が停止します。ツール呼び出しは、呼び出し元の入力をファイルシステムパスに変換するのではなく、検証済みのインメモリカタログを介して名前を解決します。ランタイムコンテンツは起動時にそのカタログに固定されるため、後からファイルやディレクトリを差し替えても、検証済みバンドルの外部への読み込みをリダイレクトすることはできません。読み込みでは、共有コントラクトとちょうど 1 つの適合済みランタイムが返されます。来歴、アップストリームソース、未読み込みの依存関係はレスポンスに含まれません。

F
license - not found
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
13hResponse time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

  • A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.

  • MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

View all MCP Connectors

Latest Blog Posts

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/komaksym/chatgpt-chat-skills-mcp'

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