Skip to main content
Glama

Skill Management MCP Server

by fkesheh
__init__.py475 B
"""Utilities package.""" from skill_mcp.utils.path_utils import validate_path from skill_mcp.utils.yaml_parser import parse_yaml_frontmatter, get_skill_description, get_skill_name from skill_mcp.utils.script_detector import is_executable_script, has_uv_dependencies, get_file_type __all__ = [ "validate_path", "parse_yaml_frontmatter", "get_skill_description", "get_skill_name", "is_executable_script", "has_uv_dependencies", "get_file_type", ]

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/fkesheh/skill-mcp'

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