fw-context-mcp

turbyho/fw-context-mcp
★ 0 stars Python Database Updated 1mo ago
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 → 🔍 Audit Wallet Slippage →

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
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →