Skip to content
Grok

fw context mcp for Grok

io.github.turbyho/fw-context-mcp

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

client:Grok transport:stdio runtime:pypi

Install fw context mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

fw context mcp in other clients