From stm32
Provides STM32 microcontroller documentation access via HTTP transport. Runs local stm32-mcp-daemon using uvx from github.com/creativec09/stm32.git. No secrets required.
npx claudepluginhub creativec09/stm32 --plugin stm32Add to your .mcp.json:
{
"mcpServers": {
"stm32-docs": {
"command": "bash",
"args": [
"-c",
"export PATH=\"$HOME/.local/bin:$PATH\" && (command -v uvx >/dev/null 2>&1 || curl -LsSf https://astral.sh/uv/install.sh | sh -s -- -q) && uvx --from git+https://github.com/creativec09/stm32.git stm32-mcp-daemon"
],
"url": "https://astral.sh/uv/install.sh"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
bashhttps://astral.sh/uv/install.sh