Skip to main content
Glama

Skills MCP

by skills-mcp
package.json923 B
{ "name": "skills-mcp", "version": "0.0.1", "description": "Bring Claude's Skills pattern to any MCP-compatible agent", "type": "module", "main": "./build/index.js", "bin": "./build/index.js", "scripts": { "build": "tsc", "dev": "tsc --watch", "prepublishOnly": "pnpm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude", "skills", "claude-skills" ], "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.20.1", "fast-glob": "^3.3.3", "gray-matter": "^4.0.3", "zod": "^3.24.1" }, "devDependencies": { "@types/node": "^22.10.2", "typescript": "^5.9.3" }, "repository": { "type": "git", "url": "git+https://github.com/skills-mcp/skills-mcp.git" }, "bugs": { "url": "https://github.com/skills-mcp/skills-mcp/issues" }, "homepage": "https://github.com/skills-mcp/skills-mcp" }

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/skills-mcp/skills-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server