Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"stm32-docs": {
"type": "http",
"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"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
bashhttps://astral.sh/uv/install.shCommand-line arguments passed to the server process
npx claudepluginhub creativec09/stm32 --plugin stm32