Skip to main content
Glama
komaksym

chatgpt-chat-skills-mcp

by komaksym

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_skilllist_skills。调用 load_skill 并传入准确的规范名称 handoff;其输入刻意设计为普通字符串,因此已安装的目录不会占用每个对话的工具 schema。

技能包

skills/ 的每个直接子项都通过其 provenance.jsonruntime.md 被发现。元数据拥有规范名称、可见性、描述、依赖项和上游来源;服务器源码中不包含第二个技能注册表。公开包显示在 list_skills 中。公开和隐藏包只能通过准确的规范名称加载。

目录在 HTTP 监听器启动前进行验证。无效的元数据、重复名称、缺失运行时和未解析的依赖项都会阻止启动。工具调用通过经过验证的内存目录解析名称,而不是将调用者输入转换为文件系统路径。运行时内容在启动时固定在该目录中,因此后续文件或目录替换无法将加载重定向到已验证包之外。加载返回共享契约和恰好一个适配的运行时;来源、上游源码和未加载的依赖项不包含在响应中。

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