Build-aware code intelligence MCP server for embedded C/C++ firmware
Fw MCP server exists for a simple reason — assistants are far more useful when they can act on Fw directly instead of describing what you should do. Build-aware code intelligence MCP server for embedded C/C++ firmware.
fw-context builds a persistent semantic index from compile_commands.json and the libclang AST, then exposes it to coding agents through MCP. Instead of reconstructing your firmware through repeated file reads and text searches, the agent can query the program structure produced by the active build configuration.
Once Fw is connected, these are the calls the assistant has available:
libclang — a project that can produce compile_commands.jsonfunction — pointer assignments and indirect call sitestranslation — unit and project/vendor metadatabuild — aware review of firmware commitsPrerequisites — Ollama is optional. It is used only for local semantic enrichment and symbol explanations; the core compiler-derived index does not require itcompile_commands.json - an MCP-capable coding agent such as Claude Code or OpenCode Ollama is optional. It is used only for local semantic enrichment and symbol explanations; the core compiler-derived index does not require it.Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Fw's toolset — libclang, function, translation and 2 more — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| libclang | a project that can produce compile_commands.json |
| function | pointer assignments and indirect call sites |
| translation | unit and project/vendor metadata |
| build | aware review of firmware commits |
| Prerequisites | Ollama is optional. It is used only for local semantic enrichment and symbol explanations; the core compiler-derived index does not require it. |
compile_commands.json - an MCP-capable coding agent such as Claude Code or OpenCode Ollama is optional. It is used only for local semantic enrichment and symbol explanations; the core compiler-derived index does not require it.Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.