We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Livus-AI/Workflows-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•271 B
"""
Skills MCP Server
A Model Context Protocol server for discovering, loading, and executing Agent Skills.
Based on the Agent Skills specification: https://agentskills.io/specification
"""
from .server import mcp, main
__version__ = "0.2.0"
__all__ = ["mcp", "main"]