chatgpt-chat-skills-mcp
ChatGPT Chat Skills MCP
一个本地 TypeScript MCP 服务,将明确选定的工程技能暴露给 ChatGPT,而无需将技能目录嵌入工具 schema 中。
要求
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_skill 和 list_skills。调用 load_skill 并传入准确的规范名称 handoff;其输入刻意设计为普通字符串,因此已安装的目录不会占用每个对话的工具 schema。
技能包
skills/ 的每个直接子项都通过其 provenance.json 和 runtime.md 被发现。元数据拥有规范名称、可见性、描述、依赖项和上游来源;服务器源码中不包含第二个技能注册表。公开包显示在 list_skills 中。公开和隐藏包只能通过准确的规范名称加载。
目录在 HTTP 监听器启动前进行验证。无效的元数据、重复名称、缺失运行时和未解析的依赖项都会阻止启动。工具调用通过经过验证的内存目录解析名称,而不是将调用者输入转换为文件系统路径。运行时内容在启动时固定在该目录中,因此后续文件或目录替换无法将加载重定向到已验证包之外。加载返回共享契约和恰好一个适配的运行时;来源、上游源码和未加载的依赖项不包含在响应中。
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