chatgpt-chat-skills-mcp
ChatGPT Chat Skills MCP
Ein lokaler TypeScript-MCP-Dienst, der explizit ausgewählte Engineering-Skills für ChatGPT bereitstellt, ohne den Skill-Katalog in Tool-Schemas einzubetten.
Voraussetzungen
Node.js 20 oder neuer
npm 10 oder neuer
Related MCP server: skillsmcp
Entwicklung
npm install
npm run lint
npm run typecheck
npm test
npm run buildStarte den erstellten Dienst auf 127.0.0.1:2092:
npm startSetze PORT, um einen anderen Loopback-Port zu verwenden. Der MCP-Endpunkt ist /mcp.
Aktueller öffentlicher Skill
handoff— Erstellt einen kompakten Übergabebrief für eine andere Konversation.
Die MCP-Schnittstelle enthält genau load_skill und list_skills. Rufe load_skill mit dem exakten kanonischen Namen handoff auf; seine Eingabe ist bewusst ein einfacher String, damit der installierte Katalog nicht das Tool-Schema jeder Konversation belegt.
Skill-Bündel
Jedes direkte Kind von skills/ wird anhand seiner provenance.json und runtime.md erkannt. Die Metadaten enthalten den kanonischen Namen, die Sichtbarkeit, die Beschreibung, die Abhängigkeiten und die Upstream-Provenienz; der Server-Quellcode enthält kein zweites Skill-Registry. Öffentliche Bündel erscheinen in list_skills. Öffentliche und versteckte Bündel können nur über einen exakten kanonischen Namen geladen werden.
Der Katalog wird validiert, bevor der HTTP-Listener startet. Ungültige Metadaten, doppelte Namen, fehlende Runtimes und unaufgelöste Abhängigkeiten stoppen den Start. Tool-Aufrufe lösen Namen über den validierten In-Memory-Katalog auf, anstatt Aufrufer-Eingaben in Dateisystempfade umzuwandeln. Der Runtime-Inhalt wird beim Start in diesem Katalog fixiert, sodass spätere Datei- oder Verzeichniswechsel ein Laden nicht außerhalb des validierten Bündels umleiten können. Das Laden gibt den gemeinsamen Vertrag und genau eine adaptierte Runtime zurück; Provenienz, Upstream-Quelle und nicht geladene Abhängigkeiten bleiben außerhalb der Antwort.
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