Servers
F
Fw Context Mcp
@turbyho
fw-context builds a compiler-accurate semantic index of your C/C++ firmware from
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"fw-context": {
"command": "python3",
"args": [
"-m",
"fw_context_mcp.mcp.server"
]
}
}
}