Fw Context MCP

Build-aware code intelligence for AI coding agents working on embedded C and C++ firmware. It runs locally over stdio via the published package.

People connecting developer tools tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 7 · #33 OF 139 MAINTAINED DEVELOPER TOOLS · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Fw Context MCP

Claude Code

claude mcp add turbyho-fw-context-mcp -- uvx fw-context-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package fw-context-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.turbyho is GitHub-verified and matches the repo owner

03 · What Fw Context MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.27.6 · 2026-08-20

the LLM analysis coverage now splits by project and vendor, and one list of symbol kinds serves all three readers. · the coverage report and the staleness check each carried their own list of symbol kinds. The daemon…

v0.27.5 · 2026-08-18

header-resident inline callables (e.g. virtual ~Class() {}) no longer leak their USR into from_usr of unrelated references. · inline definitions in included headers were pushed onto the ref-walk fn_stack with…

v0.27.4 · 2026-08-17

Fixes · Self-heal legacy compile_commands.json reuse path - resolve_reuse_compile_commands() now prefers the canonical .fw-context/build/compile_commands.json over the stale legacy root path. Reusing the legacy file…

04 · Who maintains Fw Context MCP

fw-context-mcp is maintained by turbyho. We track 2 MCP servers from turbyho - 1 actively maintained, 7 combined GitHub stars, oldest repo from Jun 2026.

05 · Facts

category
developer tools - ranked #33 of 139 actively-maintained developer tools servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.turbyho/fw-context-mcp (active, first published 2026-06-09 · 11 versions)
packages
pypi:fw-context-mcp

06 · Fw Context MCP FAQ

What is Fw Context MCP?

Build-aware code intelligence for AI coding agents working on embedded C and C++ firmware. It runs locally over stdio via the published package.

Is Fw Context MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Fw Context MCP?

Run `uvx fw-context-mcp`. You can also paste the ready-made client config above.

Does Fw Context MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fw Context MCP

More developer tools MCP servers · Review Assist MCP · Lachesis · Next Devtools MCP · Free Scout

More Python MCP servers · Twelvedata MCP Server · Type DB · Video URL Analyzer · Mkdocs MCP · MaStR MCP Server · see all