ByteAsk/ByteAsk-Embedded-MCP
by Various
The open-source MCP server behind ByteAsk Embedded Docs: a source-grounded, page-cited evidence-retrieval server for coding agents (Claude Code, Codex, Cursor) that write firmware
MCP
ByteAsk/ByteAsk-Embedded-MCP
Added 26 June 2026
Overview
An open-source MCP server that retrieves source-grounded, page-cited evidence from documentation for coding agents. It is designed to serve exact facts to agents like Claude Code, Codex, and Cursor when writing firmware, driver, or protocol code. The server returns specific citations so agents can produce trustworthy code.
Best for
Best for
Developers building coding agents for embedded systems, firmware, and driver code
Use cases
- Retrieving precise documentation facts for firmware development
- Providing cited code snippets for driver code generation
- Grounding an agent’s responses to protocol specifications
How to use
Install
uv sync && uv run byteask-embedded-mcp Tools exposed
search_docsget_contextrequest_document
Tested with
Claude Code, Cursor, Codex
Example client config
{\n "mcpServers": {\n "byteask-embedded-docs": {\n "command": "npx",\n "args": ["-y", "mcp-remote", "https://mcp.byteask.ai/mcp"]\n }\n }\n} Notes
An open-source MCP server that retrieves source-grounded, page-cited evidence from documentation for coding agents. It is designed to serve exact facts to agents like Claude Code, Codex, and Cursor when writing firmware, driver, or protocol code. The server returns specific citations so agents can produce trustworthy code.
20 stars on GitHub. Last updated 2026-06-20. Licensed MIT.
Use cases
- Retrieving precise documentation facts for firmware development
- Providing cited code snippets for driver code generation
- Grounding an agent’s responses to protocol specifications
Pros
- Open-source and free to self-host
- Page-level citations improve trust in agent outputs
- Focused on embedded/low-level domains with high accuracy
Cons
- Limited community and support (20 stars on GitHub)
- Only available as a Python implementation
- Narrow scope may not suit general-purpose coding tasks
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source and free to self-host
- Page-level citations improve trust in agent outputs
- Focused on embedded/low-level domains with high accuracy
Cons
- Limited community and support (20 stars on GitHub)
- Only available as a Python implementation
- Narrow scope may not suit general-purpose coding tasks
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.
