Submit

Zephyr Rtos Mcp Server

@hakehuang

Server Config

{
  "mcpServers": {
    "zephyr_mcp": {
      "command": "python",
      "args": [
        "${workspaceFolder}/src/mcp_server.py"
      ],
      "env": {
        "mcp_name": "ZephyrMcpServer",
        "GIT_USERNAME": "${env:GIT_USERNAME}",
        "GIT_PASSWORD": "${env:GIT_PASSWORD}",
        "DEBUG": "false",
        "LOG_LEVEL": "INFO"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.