MCP Server
io.github.turbyho/fw-context-mcp MCP Server
io.github.turbyho/fw-context-mcp
What is the io.github.turbyho/fw-context-mcp MCP server?
Build-aware code intelligence for embedded C/C++ firmware — libclang, FTS5, call graphs, 19 tools
How to install io.github.turbyho/fw-context-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fw-context-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Claude Code
claude mcp add fw-context-mcp -- uvx fw-context-mcpRelated MCP servers
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
View repository →