Skip to main content
Glama
__main__.py326 B
"""Entry point for MCP server.""" import asyncio from dotenv import load_dotenv from mcp_server.server import ContextMCPServer # Load environment variables load_dotenv() def main() -> None: """Main entry point.""" server = ContextMCPServer() asyncio.run(server.run()) if __name__ == "__main__": main()

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/taylorleese/mcp-toolz'

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