Skip to main content
Glama

FreeRTOS Embedded Development MCP

by aitersmam888
start_server.sh575 B
#!/bin/bash # 启动Embedded FreeRTOS MCP服务器 SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" PROJECT_ROOT="$(dirname "$SCRIPT_DIR")" cd "$PROJECT_ROOT" # 检查Python环境 if ! command -v python3 &> /dev/null; then echo "Error: python3 could not be found" exit 1 fi # 安装依赖 if [ ! -d "venv" ]; then echo "Creating virtual environment..." python3 -m venv venv fi source venv/bin/activate pip install -r requirements.txt # 启动MCP服务器 echo "Starting Embedded FreeRTOS MCP Server..." python -m src.embedded_freertos_mcp "$@"

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