Skip to main content
Glama
__init__.py•543 B
""" MCP Registry Integration for AIStack-MCP. Provides programmatic access to the official MCP Registry (registry.modelcontextprotocol.io) for discovering and installing community MCP servers. Components: - client: Registry API client - installer: Server installation - templates: Template management - cache: Metadata caching """ __version__ = "1.2.0" from .client import MCPRegistryClient from .installer import ServerInstaller from .templates import TemplateEngine __all__ = ["MCPRegistryClient", "ServerInstaller", "TemplateEngine"]

Latest Blog Posts

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/mjdevaccount/AIStack-MCP'

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