chatgpt-chat-skills-mcp
ChatGPT Chat Skills MCP
로컬 TypeScript MCP 서비스로, 스킬 카탈로그를 도구 스키마에 포함하지 않고 명시적으로 선택된 엔지니어링 스킬을 ChatGPT에 노출합니다.
요구 사항
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만 포함됩니다. 정확한 정식
이름 handoff로 load_skill을 호출하세요. 입력은 의도적으로 일반 문자열이므로,
설치된 카탈로그가 모든 대화의 도구 스키마를 차지하지 않습니다.
스킬 번들
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