← Back to browse

embedded-docs

Indexed by ai.byteask

About

Page-cited retrieval for embedded docs, datasheets, MISRA, CMSIS, and RTOS references.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http embedded-docs https://mcp.byteask.ai/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"embedded-docs","type":"http","url":"https://mcp.byteask.ai/mcp"}'
JSON
{
  "mcpServers": {
    "embedded-docs": {
      "url": "https://mcp.byteask.ai/mcp"
    }
  }
}