Skip to content
Zed

fw context mcp for Zed

io.github.turbyho/fw-context-mcp

Build-aware code intelligence for embedded C/C++ firmware — libclang, FTS5, call graphs, 33 tools

client:Zed transport:stdio runtime:pypi

Install fw context mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

fw context mcp in other clients