fw-context-mcp
Rank #2,860io.github.turbyho/fw-context-mcp
Build-aware code intelligence for embedded C/C++ firmware — libclang, FTS5, call graphs, 19 tools
fw-context-mcp is a Model Context Protocol (MCP) server published by turbyho. It ranks #2,860 of 115,460 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. fw-context-mcp is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Jun 3, 2026 and most recently updated on Jun 9, 2026.
Ranks ahead of 112,600 of 115,460 servers on MCP Toplist.
Use fw-context-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add fw-context-mcp -- uvx fw-context-mcp[mcp_servers.fw-context-mcp]
command = "uvx"
args = ["fw-context-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"fw-context-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"fw-context-mcp": {
"command": "uvx",
"args": [
"fw-context-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.turbyho%2Ffw-context-mcp)<a href="https://mcptoplist.com/server/io.github.turbyho%2Ffw-context-mcp"><img src="https://mcptoplist.com/badge/io.github.turbyho%2Ffw-context-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
turbyho
Other servers by turbyho
View all turbyho servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 9, 2026 |
Frequently asked questions
- Who maintains fw-context-mcp?
- fw-context-mcp is maintained by turbyho, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is fw-context-mcp listed on the Official MCP Registry?
- Yes — fw-context-mcp is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does fw-context-mcp have?
- MCP Toplist tracks 1 version of fw-context-mcp, most recently published on Jun 9, 2026.
- Where can I find the source code for fw-context-mcp?
- The source code for fw-context-mcp is hosted at github.com/turbyho/fw-context-mcp.