fw-context-mcp

turbyho/fw-context-mcp
★ 0 stars Python 🗄️ Database Updated today
Build-aware C/C++ symbol index for AI coding assistants — Mbed OS, Zephyr, PlatformIO, bare-metal. MCP server with libclang + SQLite FTS5.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fw-context-mcp": {
      "command": "uvx",
      "args": [
        "fw-context-mcp"
      ]
    }
  }
}

Or install with pip: pip install fw-context-mcp

README Excerpt

Build-aware code intelligence for embedded firmware — gives AI assistants **real C/C++ understanding** of your codebase without hallucination. fw-context parses your **actual build** (`compile_commands.json`) with qualified name, signature, and location, and stores them in a persistent **SQLite + FTS5** database. An **MCP server** exposes this index as tools