Skip to content
Cursor

fw context mcp for Cursor

io.github.turbyho/fw-context-mcp

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

client:Cursor transport:stdio runtime:pypi

Install fw context mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

fw context mcp in other clients