Fw Context Mcp

Created By
turbyho8 hours ago
fw-context builds a compiler-accurate semantic index of your C/C++ firmware from compile_commands.json and the libclang AST. Instead of reconstructing the program from text, the LLM queries a persistent index for symbol definitions, callers, callees, callback registrations, function pointer assignments, inheritance, and active source code. 31 MCP tools. Powered by libclang + SQLite + FTS5 + vector search. For Zephyr, PlatformIO, Mbed OS, Arduino, FreeRTOS — any build that produces compile_commands.json.

Server Config

{
  "mcpServers": {
    "fw-context": {
      "command": "python3",
      "args": [
        "-m",
        "fw_context_mcp.mcp.server"
      ]
    }
  }
}
Project Info
Created At
8 hours ago
Updated At
8 hours ago
Author Name
turbyho
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Teardrop

3 hours ago