chatgpt-chat-skills-mcp
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 startPORT を設定すると、別のループバックポートを使用できます。MCP エンドポイントは /mcp です。
現在の公開スキル
handoff— 別の会話のための簡潔な継続ブリーフを作成します。
MCP サーフェスには、load_skill と list_skills のちょうど 2 つだけが含まれます。正確な正規名 handoff を指定して load_skill を呼び出します。その入力は意図的にプレーンな文字列であり、インストール済みカタログがすべての会話のツールスキーマを占有しないようにしています。
スキルバンドル
skills/ の各直接の子は、その provenance.json と runtime.md から検出されます。メタデータが正規名、可視性、説明、依存関係、アップストリームの来歴を保持しており、サーバーソースには 2 つ目のスキルレジストリは存在しません。公開バンドルは list_skills に表示されます。公開バンドルと非公開バンドルは、正確な正規名でのみ読み込めます。
カタログは HTTP リスナーの起動前に検証されます。不正なメタデータ、重複した名前、欠落したランタイム、未解決の依存関係があると、起動が停止します。ツール呼び出しは、呼び出し元の入力をファイルシステムパスに変換するのではなく、検証済みのインメモリカタログを介して名前を解決します。ランタイムコンテンツは起動時にそのカタログに固定されるため、後からファイルやディレクトリを差し替えても、検証済みバンドルの外部への読み込みをリダイレクトすることはできません。読み込みでは、共有コントラクトとちょうど 1 つの適合済みランタイムが返されます。来歴、アップストリームソース、未読み込みの依存関係はレスポンスに含まれません。
This server cannot be installed
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceMCP server for SkillDB that enables AI assistants to search, load, and manage AI agent skills directly.97MIT
- AlicenseAqualityDmaintenanceExposes Agent Skills to AI agents as MCP tools, enabling discovery and activation of skill instructions for coding agents.327MIT
- AlicenseNot gradedqualityDmaintenanceMCP server that adapts, activates, and shares local Agent Skills for runtimes like OpenAI Agents SDK and Claude Code, enabling dynamic discovery and shareable HTML/image artifacts.402MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to search, browse, install, and manage a large library of skills via only 7 MCP tools, with skills stored locally and loaded on demand to minimize context overhead.4
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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