Skip to main content
Glama
__init__.py•514 B
"""MCP Creator - A meta-MCP server for creating other MCP servers with AI guidance.""" __version__ = "0.1.0" __author__ = "AI Workspace" __description__ = "A meta-MCP server for creating other MCP servers with AI guidance" from .core.config import Settings from .core.server_generator import ServerGenerator from .core.template_manager import TemplateManager from .workflows.workflow_engine import WorkflowEngine __all__ = [ "Settings", "TemplateManager", "ServerGenerator", "WorkflowEngine", ]

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/angrysky56/mcp-creator-mcp'

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