Skip to main content
Glama

Skill Management MCP Server

by fkesheh
__init__.py396 B
"""Services package.""" from skill_mcp.services.env_service import EnvironmentService from skill_mcp.services.file_service import FileService from skill_mcp.services.skill_service import SkillService from skill_mcp.services.script_service import ScriptService, ScriptResult __all__ = [ "EnvironmentService", "FileService", "SkillService", "ScriptService", "ScriptResult", ]

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