We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•168 B
"""CLI command modules.
Each command is defined in its own module for better organization and testing.
Commands are registered with the main CLI group in main.py.
"""