Skip to main content
Glama
__main__.py413 B
""" Entry point for the meeting scheduler MCP server. """ import logging from . import mcp logger = logging.getLogger(__name__) def main(): """Starts the server for local development.""" logger.info("Server running at http://0.0.0.0:8000") # Start the FastMCP server with HTTP transport mcp.run(transport="streamable-http", host="0.0.0.0", port=8000) 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/seb-schulz/meeting-scheduler-mcp'

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