Skip to main content
Glama

FreeRTOS Embedded Development MCP

by aitersmam888
main.py414 B
#!/usr/bin/env python3 """Main entry point for the Embedded FreeRTOS MCP Server.""" import asyncio import logging from .server import FreeRTOSMCPServer logging.basicConfig(level=logging.INFO) logger = logging.getLogger(__name__) async def main(): """Main async function to start the MCP server.""" server = FreeRTOSMCPServer() await server.start() if __name__ == "__main__": asyncio.run(main())

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/aitersmam888/freertos_mcp'

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