服务器
F
Fw Context Mcp
@turbyho
fw-context builds a compiler-accurate semantic index of your C/C++ firmware from
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fw-context": {
"command": "python3",
"args": [
"-m",
"fw_context_mcp.mcp.server"
]
}
}
}